login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A302250 The number of antichains in the lattice of set partitions of an n-element set. 5
2, 3, 10, 347, 79814832 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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 includes the empty antichain consisting of no set partitions.
LINKS
Dmitry I. Ignatov, A Note on the Number of (Maximal) Antichains in the Lattice of Set Partitions. In: Ojeda-Aciego, M., Sauerwald, K., Jäschke, R. (eds) Graph-Based Representation and Reasoning. ICCS 2023. Lecture Notes in Computer Science(). Springer, Cham.
EXAMPLE
For n = 3 the a(3) = 10 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}}.
PROG
(Sage)
[Posets.SetPartitions(n).antichains().cardinality() for n in range(4)]
CROSSREFS
Equals A302251 + 1, Cf. A000372, A007153, A003182, A014466.
Sequence in context: A358391 A132536 A322067 * A290638 A330294 A270442
KEYWORD
nonn,hard,more
AUTHOR
John Machacek, Apr 04 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)