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.

A076269 Size of largest antichain in partition lattice Par(n).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 4, 4, 5, 6, 7, 9, 10, 11, 14, 17, 20, 24, 29, 35, 40, 48, 55
Offset: 0

Views

Author

Edward Early, Nov 05 2002

Keywords

Comments

Par(n) is the set of partitions of n under "dominance order": partition P is <= partition Q iff the sum of the largest k parts of P is <= the corresponding sum for Q for all k.

Examples

			a(10)=4; one antichain consists of 5+1+1+1+1+1, 4+3+1+1+1, 4+2+2+2 and 3+3+3+1.
		

Crossrefs

Programs

  • Mathematica
    leq[p_, q_] := If[Length[p]
    				

Formula

Order of growth is between n^(-5/2)e^(Pi*sqrt(2n/3)) and n^(-1)e^(Pi*sqrt(2n/3)).

Extensions

Edited by Dean Hickerson, Nov 09 2002
a(22)-a(26) by Paul Tabatabai, Dec 05 2018