A207031 Triangle read by rows: T(n,k) = sum of all parts of the k-th column of the last section of the set of partitions of n.
1, 2, 1, 3, 1, 1, 6, 3, 1, 1, 8, 3, 2, 1, 1, 15, 8, 4, 2, 1, 1, 19, 8, 5, 3, 2, 1, 1, 32, 17, 9, 6, 3, 2, 1, 1, 42, 20, 13, 7, 5, 3, 2, 1, 1, 64, 34, 19, 13, 8, 5, 3, 2, 1, 1, 83, 41, 26, 16, 11, 7, 5, 3, 2, 1, 1, 124, 68, 41, 27, 17, 12, 7, 5, 3, 2, 1, 1
Offset: 1
Examples
Illustration of initial terms. First six rows of triangle as sums of columns from the last sections of the first six natural numbers (or as sums of columns from the six sections of 6): . 6 . 3 3 . 4 2 . 2 2 2 . 5 1 . 3 2 1 . 4 1 1 . 2 2 1 1 . 3 1 1 1 . 2 1 1 1 1 . 1 1 1 1 1 1 . --- --- ------- --------- ----------- -------------- A: 1, 2,1, 3,1,1, 6,3,1,1, 8,3,2,1,1, 15,8,4,2,1,1 . | |/| |/|/| |/|/|/| |/|/|/|/| |/|/|/|/|/| B: 1, 1,1, 2,0,1, 3,2,0,1, 5,1,1,0,1, 7,4,2,1,0,1 . A := initial terms of this triangle. B := initial terms of triangle A182703. . Triangle begins: 1; 2, 1; 3, 1, 1; 6, 3, 1, 1; 8, 3, 2, 1, 1; 15, 8, 4, 2, 1, 1; 19, 8, 5, 3, 2, 1, 1; 32, 17, 9, 6, 3, 2, 1, 1; 42, 20, 13, 7, 5, 3, 2, 1, 1; 64, 34, 19, 13, 8, 5, 3, 2, 1, 1; 83, 41, 26, 16, 11, 7, 5, 3, 2, 1, 1; 124, 68, 41, 27, 17, 12, 7, 5, 3, 2, 1, 1;
Crossrefs
Formula
Extensions
More terms from Alois P. Heinz, Feb 17 2012
Comments