A207379 Triangle read by rows: T(n,k) = number of parts that are in the k-th column of the last section of the set of partitions of n.
1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 2, 2, 2, 1, 1, 4, 4, 3, 2, 1, 1, 4, 4, 4, 3, 2, 1, 1, 7, 7, 6, 5, 3, 2, 1, 1, 8, 8, 8, 6, 5, 3, 2, 1, 1, 12, 12, 11, 10, 7, 5, 3, 2, 1, 1, 14, 14, 14, 12, 10, 7, 5, 3, 2, 1, 1, 21, 21, 20, 18, 14, 11, 7, 5, 3, 2, 1, 1
Offset: 1
Examples
Illustration of initial terms. First six rows of triangle as numbers of parts in the columns from the last sections of the first six natural numbers: . 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 --------------------------------------------------- 1, 1,1, 1,1,1, 2,2,1,1, 2,2,2,1,1, 4,4,3,2,1,1 ... Triangle begins: 1; 1, 1; 1, 1, 1; 2, 2, 1, 1; 2, 2, 2, 1, 1; 4, 4, 3, 2, 1, 1; 4, 4, 4, 3, 2, 1, 1; 7, 7, 6, 5, 3, 2, 1, 1; 8, 8, 8, 6, 5, 3, 2, 1, 1; 12, 12, 11, 10, 7, 5, 3, 2, 1, 1; 14, 14, 14, 12, 10, 7, 5, 3, 2, 1, 1; 21, 21, 20, 18, 14, 11, 7, 5, 3, 2, 1, 1;
Comments