The partitions tag has no wiki summary.
4
votes
2answers
132 views
Partition a set into $k$ non-empty subsets
The Stirling number of the second kind is the number of ways to partition a set of $n$ objects into $k$ non-empty subsets. In Mathematica, this is implemented as ...
2
votes
1answer
113 views
Integer partitions in all orderings
I want to partition an integer into $k$ integers all possible orderings. This can be done in the following way
...