A210955 Triangle read by rows: T(n,k) = total number of parts <= k in the last section of the set of partitions of n.
1, 1, 2, 2, 2, 3, 3, 5, 5, 6, 5, 6, 7, 7, 8, 7, 11, 13, 14, 14, 15, 11, 14, 16, 17, 18, 18, 19, 15, 23, 26, 29, 30, 31, 31, 32, 22, 29, 35, 37, 39, 40, 41, 41, 42, 30, 45, 51, 56, 59, 61, 62, 63, 63, 64, 42, 57, 67, 72, 76, 78, 80, 81, 82, 82, 83
Offset: 1
Examples
1, 1, 2, 2, 2, 3, 3, 5, 5, 6, 5, 6, 7, 7, 8, 7, 11, 13, 14, 14, 15, 11, 14, 16, 17, 18, 18, 19, 15, 23, 26, 29, 30, 31, 31, 32, 22, 29, 35, 37, 39, 40, 41, 41, 42;
Crossrefs
Formula
T(n,k) = Sum_{j=1..k} A182703(n,j).
Extensions
More terms from Alois P. Heinz, May 25 2013
Comments