A360037 Triangle read by rows. Number T(n, k) of partitions of the multiset [1, 1, 1, 2, 2, 2, ..., n, n, n] into k nonempty subsets, for 3 <= k <= 3n.
1, 1, 1, 1, 1, 1, 4, 10, 13, 7, 3, 1, 1, 14, 92, 221, 249, 172, 81, 25, 6, 1, 1, 50, 872, 4277, 8806, 9840, 6945, 3377, 1206, 325, 65, 10, 1, 1, 186, 8496, 85941, 320320, 585960, 627838, 442321, 221475, 82985, 24038, 5496, 995, 140, 15, 1
Offset: 1
Examples
The triangular array starts: [1]: 1; [2]: 1, 1, 1, 1; [3]: 1, 4, 10, 13, 7, 3, 1; [4]: 1, 14, 92, 221, 249, 172, 81, 25, 6, 1;
References
- F. Harary and E. Palmer, Graphical Enumeration, Academic Press, 1973.
Comments