cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A273396 Indecomposable collections of multisets with a total of n objects having entries {1,2,...,k} for some k<=n or INVERTi transform of A255906.

Original entry on oeis.org

0, 1, 3, 9, 39, 201, 1227, 8305, 61383, 487761, 4131819, 37072361, 350644047, 3482957945, 36220558835, 393329507169, 4450157382383, 52354044069009, 639307054297779, 8090092395577625, 105935581968131399, 1433456549698679385, 20018656224312123051
Offset: 0

Views

Author

Mike Zabrocki, May 21 2016

Keywords

Comments

A multiset partition of a multiset S is a set of nonempty multisets whose union is S. The total number of multisets of size n and whose entries have all the values in {1,2,...,k} for some k<=n is given by sequence A255906. A multiset partition is decomposable if there exists a value 1<=dd. A multiset partition is called indecomposable otherwise.

Examples

			a(3) = 9 because there are 16 multiset partitions, 9 of them are indecomposable ({{1},{1},{1}}, {{1},{1,1}}, {{1,1,1}}, {{1},{1,2}}, {{2},{1,2}}, {{1,1,2}}, {{1,2,2}}, {{2},{1,3}}, {{1,2,3}}) and 7 are decomposable ({{1},{1},{2}}, {{1},{2},{2}}, {{1},{2,2}}, {{2},{1,1}}, {{1},{2},{3}}, {{1},{2,3}}, {{3},{1,2}}).
		

References

  • P. A. MacMahon, Combinatory Analysis, vol 1, Cambridge, 1915.

Crossrefs

INVERTi transform of A255906.