The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A328806 Row lengths of A276427: largest k such that a partition of n has k-1 distinct parts i of multiplicity i. 2
1, 2, 1, 2, 2, 3, 2, 2, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Columns of A276427 are numbered starting with 0, so the row length is one more than the index of the last column.
LINKS
EXAMPLE
For n = 0, the empty partition [] has 0 parts i with multiplicity i, so a(0) = 1.
For n = 1, the partition [1] has one part i with multiplicity i, whence a(1) = 2.
For n = 2, both partitions [1,1] and [2] have 0 parts i with multiplicity i, so a(2) = 1.
For n = 3, the partition [1,2] has one part i with multiplicity i, hence a(3) = 2.
For n = 4, the partitions [1,3] and [2,2] have one part i with multiplicity i, so a(4) = 2.
For n = 5, the partition [1,2,2] has 2 parts i with multiplicity i, hence a(5) = 3.
The smallest partition with k-1 = 3 parts i with multiplicity i is [1,2,2,3,3,3], for n = 14, whence a(14) = 4.
PROG
(PARI) a(n)=#A276427_row(n)
CROSSREFS
Sequence in context: A071068 A352104 A240872 * A326370 A137735 A365576
KEYWORD
nonn
AUTHOR
M. F. Hasler, Oct 27 2019
EXTENSIONS
More terms from Alois P. Heinz, Oct 28 2019
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 June 4 19:35 EDT 2024. Contains 373102 sequences. (Running on oeis4.)