A194799 Triangle read by rows: T(n,k) = number of partitions of n that are formed by k sections, k >= 1.
1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 1, 4, 2, 2, 1, 1, 1, 4, 4, 2, 2, 1, 1, 1, 7, 4, 4, 2, 2, 1, 1, 1, 8, 7, 4, 4, 2, 2, 1, 1, 1, 12, 8, 7, 4, 4, 2, 2, 1, 1, 1, 14, 12, 8, 7, 4, 4, 2, 2, 1, 1, 1, 21, 14, 12, 8, 7, 4, 4, 2, 2, 1, 1, 1, 24, 21, 14
Offset: 1
Examples
Triangle begins: 1, 1,1, 1,1,1, 2,1,1,1, 2,2,1,1,1, 4,2,2,1,1,1, 4,4,2,2,1,1,1, 7,4,4,2,2,1,1,1, 8,7,4,4,2,2,1,1,1, 12,8,7,4,4,2,2,1,1,1, 14,12,8,7,4,4,2,2,1,1,1, 21,14,12,8,7,4,4,2,2,1,1,1
Comments