SP15256 PARCARD1 - Partition function (EASY)
Description
You need to output the number of distinct ways of representing _n_ as a sum of natural numbers (with order irrelevant) for all integer _n_ from 0 to 10000 inclusive.
First numbers of output must be:
`1 1 2 3 5 7 11 15 22 30 42 56 77`
Input Format
N/A
Output Format
N/A