|
Search: id:A059797
|
|
|
| A059797 |
|
Second in a series of arrays counting standard tableaux by partition type. |
|
+0 6
|
|
| 2, 5, 5, 9, 16, 9, 14, 35, 35, 14, 20, 64, 90, 64, 20, 27, 105, 189, 189, 105, 27, 35, 160, 350, 448, 350, 160, 35, 44, 231, 594, 924, 924, 594, 231, 44
(list; table; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
The first array in the series is Pascal's triangle, A007318. The initial partition for each subsequent array in the series is chosen as described in A053445. When cells are squared, as in A008459,row sums yield 1 2 6 24 ...A000142. E.g.(1 + 16 + 36 + 16 + 1) + (25 + 25) = 70 + 50 = 120 using row five from A007318 and row two from this array.
|
|
REFERENCES
|
Stanton and White, Constructive Combinatorics, 1986, pp. 84, 91.
|
|
FORMULA
|
T(row, col) = T(row, col-1) + T(row-1, col) + A007318(row', col')
|
|
EXAMPLE
|
a(5) = 16 because we can write T(2,2) = T(1,2) + T(2,1) + A007318(3,3) = 5 + 5 + 6.
2; 5,5; 9,16,9; 14,35,35,14; ...
|
|
CROSSREFS
|
Cf. A000041, A000142, A007318, A008459, A053445.
Adjacent sequences: A059794 A059795 A059796 this_sequence A059798 A059799 A059800
Sequence in context: A126357 A070243 A050175 this_sequence A034387 A081240 A132295
|
|
KEYWORD
|
nice,nonn,tabl
|
|
AUTHOR
|
Alford Arnold (Alford1940(AT)aol.com), Feb 22 2001
|
|
|
Search completed in 0.002 seconds
|