A208478 Triangle read by rows: T(n,k) = number of partitions of n with positive k-th rank.
0, 1, 1, 1, 1, 1, 2, 1, 2, 1, 3, 1, 3, 2, 1, 5, 2, 4, 4, 2, 1, 6, 3, 5, 6, 4, 2, 1, 10, 5, 7, 9, 7, 4, 2, 1, 13, 7, 9, 11, 11, 7, 4, 2, 1, 19, 11, 12, 15, 16, 12, 7, 4, 2, 1, 25, 16, 15, 19, 22, 18, 12, 7, 4, 2, 1, 35, 24, 20, 26, 29, 27, 19, 12, 7, 4, 2, 1
Offset: 1
Examples
For n = 4 the partitions of 4 and the four types of ranks of the partitions of 4 are ---------------------------------------------------------- Partitions First Second Third Fourth of 4 rank rank rank rank ---------------------------------------------------------- 4 4-1 = 3 0-1 = -1 0-1 = -1 0-1 = -1 3+1 3-2 = 1 1-1 = 0 0-1 = -1 0-0 = 0 2+2 2-2 = 0 2-2 = 0 0-0 = 0 0-0 = 0 2+1+1 2-3 = -1 1-1 = 0 1-0 = 1 0-0 = 0 1+1+1+1 1-4 = -3 1-0 = 1 1-0 = 1 1-0 = 1 ---------------------------------------------------------- The number of partitions of 4 with positive k-th ranks are 2, 1, 2, 1 so row 4 lists 2, 1, 2, 1. Triangle begins: 0; 1, 1; 1, 1, 1; 2, 1, 2, 1; 3, 1, 3, 2, 1; 5, 2, 4, 4, 2, 1; 6, 3, 5, 6, 4, 2, 1; 10, 5, 7, 9, 7, 4, 2, 1; 13, 7, 9, 11, 11, 7, 4, 2, 1; 19, 11, 12, 15, 16, 12, 7, 4, 2, 1; 25, 16, 15, 19, 22, 18, 12, 7, 4, 2, 1; 35, 24, 20, 26, 29, 27, 19, 12, 7, 4, 2, 1; ...
Links
- Alois P. Heinz, Rows n = 1..44, flattened
Crossrefs
Extensions
More terms from Alois P. Heinz, Mar 11 2012
Comments