A194711 Triangle read by rows: T(n,k) = number of partitions or zones in the last section of the set of partitions of n that contains k as a part.
1, 1, 1, 2, 0, 1, 3, 1, 0, 1, 5, 1, 1, 0, 1, 7, 2, 1, 1, 0, 1, 11, 2, 2, 1, 1, 0, 1, 15, 4, 2, 1, 1, 1, 0, 1
Offset: 1
Examples
Triangle begins: 1, 1, 1, 2, 0, 1, 3, 1, 0, 1, 5, 1, 1, 0, 1, 7, 2, 1, 1, 0, 1, 11, 2, 2, 1, 1, 0, 1, 15, 4, 2, 1, 1, 1, 0, 1,
Comments