A194438 Triangle read by rows: T(n,k) is the number of regions of the set of partitions of n into k parts.
1, 1, 1, 1, 1, 1, 2, 1, 1, 0, 1, 3, 1, 1, 0, 1, 0, 1, 5, 2, 1, 0, 1, 0, 1, 0, 0, 0, 1, 7, 3, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 11, 4, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 15, 6, 1, 2, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0
Offset: 1
Examples
Triangle begins: 1; 1,1; 1,1,1; 2,1,1,0,1; 3,1,1,0,1,0,1; 5,2,1,0,1,0,1,0,0,0,1; 7,3,1,0,1,0,1,0,0,0,1,0,0,0,1; 11,4,1,1,1,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1; ...
Links
- Omar E. Pol, Illustration of the seven regions of 5
Crossrefs
Extensions
Definition clarified by Omar E. Pol, May 21 2021
Comments