WORKED DEFAULT
Check the calculation with the default inputs
For n = 10 labelled elements and k = 3 nonempty blocks, the recurrence gives S(10,3) = 9,330.
- Set the staten = 10; k = 3
- Apply recurrencek S(n-1,k) + S(n-1,k-1)
- Read exact countS(10,3) = 9,330