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.

A358041 The number of maximal antichains in the lattice of set partitions of an n-element set.

Original entry on oeis.org

1, 2, 3, 32, 14094
Offset: 1

Views

Author

Dmitry I. Ignatov, Oct 29 2022

Keywords

Comments

Also similar to the number of maximal antichains in the Boolean lattice.

Examples

			For n = 3 the a(3) = 3 maximal antichains are: {1|2|3}, {1|23, 12|3, 13|2}, and {123}. We use the typical shorthand notation for set partitions where 1|23 denotes {{1}, {2,3}}.
		

Crossrefs

Cf. A302250 (number of antichains in the lattice of set partitions).
Cf. A326358 (number of maximal antichains in the Boolean lattice).