login
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.
3
1, 1, 2, 5, 0, 3, 3, 8, 0, 4, 13, 2, 8, 0, 5, 13, 18, 6, 10, 0, 6
OFFSET
1,3
COMMENTS
Essentially this sequence is related to A206562 in the same way as A207032 is related to A207031 and also in the same way as A206563 is related to A181187. See the calculation in the example section of A206563.
EXAMPLE
Triangle begins:
1;
1, 2;
5, 0, 3;
3, 8, 0, 4;
13, 2, 8, 0, 5;
13, 18, 6, 10, 0, 6;
CROSSREFS
Right border is A000027.
Sequence in context: A346191 A136209 A212248 * A247449 A112695 A215078
KEYWORD
nonn,tabl,more
AUTHOR
Omar E. Pol, Feb 28 2012
STATUS
approved