Stirling numbers of the second kind S(n, k) count the number of ways to partition a set of n elements into k nonempty subsets.What if there were duplicate elements in the set?That is,the set is a multiset?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
migrated from stackoverflow.com Jan 9 '11 at 15:40
|
By definition, a set only has distinct elements. If elements are duplicated, then yes, the set in question would be a multiset. |
|||
|
|
|
Here are two links to get you started:
|
|||
|
|
|
There is no known formulation for a general multiset. However, a paper at JIS tackles the case where the element 1 occurs multiple times. |
|||
|
|