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.

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.

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Feb 10 2012

Keywords

Comments

It appears that row n lists A000041(n)-1 together with the row n-2 of the triangle A116598, if n >= 2.

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,
		

Crossrefs

Column 1 is A000041. Columns >= 2 are A002865.