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.

A293993 Number of unlabeled multiset antichains of weight n.

Original entry on oeis.org

1, 1, 3, 6, 16, 35, 98, 242, 690
Offset: 0

Views

Author

Gus Wiseman, Oct 21 2017

Keywords

Comments

A multiset antichain is a finite set of finite nonempty multisets, none of which is a submultiset of any other. The weight of an antichain is the sum of cardinalities (counting multiplicity) of its elements.

Examples

			Non-isomorphic representatives of the a(4) = 16 antichains are:
((1111)), ((1112)), ((1122)), ((1123)), ((1234)),
((1)(234)), ((2)(111)), ((2)(113)), ((11)(12)), ((11)(22)), ((11)(23)), ((12)(13)), ((12)(34)),
((1)(2)(34)),((2)(3)(11)),
((1)(2)(3)(4)).
		

Crossrefs

Formula

Euler transform of A293994.