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.

Showing 1-5 of 5 results.

A302251 The number of nonempty antichains in the lattice of set partitions.

Original entry on oeis.org

1, 2, 9, 346, 79814831
Offset: 1

Views

Author

John Machacek, Apr 04 2018

Keywords

Comments

Computing terms in this sequence is analogous to Dedekind's problem which asks for the number of antichains in the Boolean algebra.
This count excludes the empty antichain consisting of no set partitions.

Examples

			For n = 3 the a(3) = 9 nonempty antichains are:
{1/2/3}
{1/23}
{12/3}
{13/2}
{1/23, 12/3}
{1/23, 13/2}
{12/3, 13/2}
{1/23, 12/3, 13/2}
{123}
Here we have used the usual shorthand notation for set partitions where 1/23 denotes {{1}, {2,3}}.
		

Crossrefs

Equals A302250 - 1, Cf. A000372, A007153, A003182, A014466.

Programs

  • Sage
    [Posets.SetPartitions(n).antichains().cardinality() - 1 for n in range(4)]
    # minus removes the empty antichain

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).

A358390 The number of maximal antichains in the Kreweras lattice of non-crossing set partitions of an n-element set.

Original entry on oeis.org

1, 2, 3, 25, 2117, 22581637702
Offset: 1

Views

Author

Dmitry I. Ignatov, Nov 13 2022

Keywords

Comments

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

Crossrefs

Cf. A302250 (number of antichains in the lattice of set partitions).
Cf. A326358 (number of maximal antichains in the Boolean lattice).
Cf. A000108 (number of noncrossing partitions of a set of n elements)

A358391 The number of antichains in the Kreweras lattice of non-crossing set partitions of an n-element set.

Original entry on oeis.org

2, 3, 10, 234, 2342196
Offset: 1

Views

Author

Dmitry I. Ignatov, Nov 13 2022

Keywords

Comments

This is also the number of order ideals (down-sets) for this lattice.
Also similar to the number of antichains in the lattice of set partitions or in the Boolean lattice.

Crossrefs

Cf. A000372 (number of antichains in the Boolean lattice).
Cf. A143673 (number of antichains in the lattice of Dyck paths).
Cf. A302250 (number of antichains in the lattice of set partitions).

A358562 The number of antichains in the Tamari lattice of order n.

Original entry on oeis.org

2, 3, 8, 83, 28984, 138832442543
Offset: 1

Views

Author

Dmitry I. Ignatov, Nov 22 2022

Keywords

Comments

Also the number of order ideals (down-sets) for the Tamari lattice of order n.

Examples

			For n=3 the a(3)=8 antichains are {}, {((ab)c)d}, {(ab)(cd)}, {(a(bc))d}, {(ab)(cd), (a(bc))d}, {a((bc)d)}, {(ab)(cd), a((bc)d)}, {a(b(cd))}.
		

References

  • D. Tamari, The algebra of bracketings and their enumeration, Nieuw Archief voor Wiskunde, Series 3, 10 (1962), 131-146.

Crossrefs

Cf. A000372 (number of antichains in the Boolean lattice).
Cf. A302250 (number of antichains in the lattice of set partitions).
Cf. A358391 (number of antichains in the Kreweras lattice of non-crossing set partitions of an n-element set).
Cf. A143673 (number of antichains in the lattice of Dyck paths).
Cf. A027686.
Showing 1-5 of 5 results.