0%

Problem 76


Problem 76


Counting Summations

It is possible to write five as a sum in exactly six different ways:

4+13+23+1+12+2+12+1+1+11+1+1+1+1

How many different ways can one hundred be written as a sum of at least two positive integers?


加和计数

5写成至少两个正整数的和,有6种不同的方式:

4+13+23+1+12+2+12+1+1+11+1+1+1+1

100写成至少两个正整数的和,有多少种不同的方式?


Gitalking ...