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.

A220482 Triangle read by rows: T(j,k) in which row j lists the parts in nondecreasing order of the j-th region of the set of partitions of n, with 1<=j<=A000041(n).

Original entry on oeis.org

1, 1, 2, 1, 1, 3, 2, 1, 1, 1, 2, 4, 3, 1, 1, 1, 1, 1, 2, 5, 2, 2, 4, 3, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 6, 3, 2, 5, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 7, 2, 2, 4, 3, 2, 2, 3, 6, 5, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 4, 8
Offset: 1

Views

Author

Omar E. Pol, Jan 27 2013

Keywords

Comments

For the definition of "region" of the set of partitions of n see A206437.

Examples

			First 15 rows of the irregular triangle are
1;
1, 2;
1, 1, 3;
2;
1, 1, 1, 2, 4;
3;
1, 1, 1, 1, 1, 2, 5;
2;
2, 4;
3;
1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 6;
3;
2, 5;
4;
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 7;
		

Crossrefs

Positive terms of A186114. Mirror of A206437.
Row j has length A194446(j). Row sums give A186412.