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

A059982
Symmetric array of numeric partitions related to 1 4 9 16 ... and 1 3 4 7 13 ..., read by rows.
0
1, 1, 1, 1, 1, 2, 1, 2, 3, 2, 1, 3, 5, 3, 1, 1, 5, 7, 5, 1, 2, 7, 11, 7, 2, 3, 11, 15, 11, 3, 5, 15, 22, 15, 5, 1, 7, 22, 30, 22, 7, 1, 1, 11, 30, 42, 30, 11, 1, 2, 15, 42, 56, 42, 15, 2, 3, 22, 56, 77, 56, 22, 3, 5, 30, 77, 101, 77, 30, 5, 7, 42, 101, 135, 101, 42, 7, 11, 56, 135, 176
OFFSET
0,6
COMMENTS
Begin with row zero and generate a column of values using the sequence of numeric partitions (A000041). At rows 1 4 9 16 25 ... A000290, generate two new columns one each to the left and right of existing columns. Note that the row sums appear to be A029552.
REFERENCES
Kass, Moody, Patera and Slansky (1990), Affine Lie Algebras, Weight Multiplicities and Branching Rules. University of California Press. Vol. I, page 108.
EXAMPLE
The array begins:
........................1
................1.......1.......1
................1.......2.......1
................2.......3.......2
........1.......3.......5.......3.......1
........1.......5.......7.......5.......1
........2.......7.......11......7.......2
........3.......11......15......11......3
........5.......15......22......15......5
1.......7.......22......30......22......7.......1
1.......11......30......42......30......11......1
2.......15......42......56......42......15......2
3.......22......56......77......56......22......3
5.......30......77......101.....77......30......5
CROSSREFS
KEYWORD
easy,nonn,tabf
AUTHOR
Alford Arnold, Mar 06 2001
STATUS
approved