login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A092032
Arises in partition theory.
0
1, 2, 3, 4, 4, 5, 6, 5, 6, 6, 7, 8, 6, 7, 7, 8, 8, 9, 10
OFFSET
0,2
COMMENTS
The number of entries <= n gives A000041(n) (the partition numbers). The length of column n is also A000041(n).
EXAMPLE
Write 0..n as column indices. Under each column write a number for each word of length n+1 of nonisomorphic ballot sequences on 2..(n+1), where the number is n+the number of distinct elements of 2..(n+1). So;
0 1 2 3 4 5
1 2 3 4 5 6
... 4 5 6 7
..... 6 6 7
....... 7 8
....... 8 8
......... 9
......... 10
e.g. for n=5, consider 22222, 22223, 22233, 22234, 22334, 22345, 23456, giving 6,7,7,8,8,9,10.
The sequence reads the columns in turn.
CROSSREFS
Sequence in context: A270832 A257646 A051898 * A058222 A064064 A101504
KEYWORD
hard,nonn,tabf
AUTHOR
Jon Perry, Mar 26 2004
STATUS
approved