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.