cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

1, 1, 2, 5, 0, 3, 3, 8, 0, 4, 13, 2, 8, 0, 5, 13, 18, 6, 10, 0, 6
Offset: 1

Views

Author

Omar E. Pol, Feb 28 2012

Keywords

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.

Examples

			Triangle begins:
1;
1,   2;
5,   0,  3;
3,   8,  0,  4;
13,  2,  8,  0,  5;
13, 18,  6, 10,  0,  6;
		

Crossrefs