A208476 Triangle read by rows: T(n,k) = total sum of odd/even parts >= k in the last section of the set of partitions of n, if k is odd/even.
1, 1, 2, 5, 0, 3, 3, 8, 0, 4, 13, 2, 8, 0, 5, 13, 18, 6, 10, 0, 6
Offset: 1
Examples
Triangle begins: 1; 1, 2; 5, 0, 3; 3, 8, 0, 4; 13, 2, 8, 0, 5; 13, 18, 6, 10, 0, 6;
Comments