WORKED DEFAULT
Check the calculation with the default inputs
For n = 5, the seven partitions are 5, 4+1, 3+2, 3+1+1, 2+2+1, 2+1+1+1, and 1+1+1+1+1.
- Set the base casep(0) = 1
- Introduce allowed partsAdd 1, 2, ..., 10 without ordering
- Read the countp(10) = 42