Derive a formula for this problem:
What are the possible number of cases to express $100$ as a sum of other positive numbers?
For example, $4$ can be expressed as a sum in the ways:
- $1+1+1+1$
- $2+1+1$
- $2+2$
- $3+1$ and lastly
- $4$ itself
so there are $5$ cases.
You are looking for finding integer partitions. Check this out.
There is an exact formula available as an infinite series, given in the above reference. Evaluating it, however, is highly complicated. A good approximation for integer partitions of a number $n$ is $\dfrac{1}{4n\sqrt{3}}e^\left(\pi \sqrt{\dfrac{2n}{3}}\right)$