StirlingS2
StirlingS2(n, k)returns the Stirling numbers of the second kind.
StirlingS2(n,k)is the number of ways of partitioning ann-element set intoknon-empty subsets.
See
Examples
>> StirlingS2(10, 6)22827Implementation status
- ☑ - partially implemented