←
StirlingS1
/
Reference of Built-in Symbols
/
Integer Functions
/
Recurrence and Sum Functions
/
StirlingS2
/
StirlingS2
Stirling numbers of second kind
(
WMA link
)
StirlingS2
[
n
,
m
]
gives the Stirling number of the second kind. Returns the number of ways of partitioning a set of
n
elements into
m
non empty subsets.
Table[StirlingS2[10, m], {m, 10}]
←
StirlingS1