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.

A195011 Triangle read by rows: T(n,m) = number of vector partitions of n in S with crank m counted according to the weight w_1.

Original entry on oeis.org

1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 2, 2, 1, 1, 0, 2, 2, 2, 1, 1, 0, 4, 4, 3, 2, 1, 1, 0, 5, 4, 4, 3, 2, 1, 1, 0, 7, 7, 6, 5, 3, 2, 1, 1, 0, 10, 9, 8, 6, 5, 3, 2, 1, 1, 0, 13, 13, 11, 10, 7, 5, 3, 2, 1, 1, 0, 17, 16, 15, 12, 10, 7, 5, 3, 2, 1, 1
Offset: 0

Views

Author

Omar E. Pol, Jan 10 2012

Keywords

Comments

This is the essential triangle in the square array of the Andrews-Garvan-Liang paper, see chapter 7 and page 3 for a precise definition.
Apparently columns (their positive terms) converge to A000041.

Examples

			Triangle begins:
1;
1, 0;
1, 1, 0;
1, 1, 1, 0;
2, 2, 1, 1, 0;
2, 2, 2, 1, 1, 0;
4, 4, 3, 2, 1, 1, 0;
5, 4, 4, 3, 2, 1, 1, 0;
7, 7, 6, 5, 3, 2, 1, 1, 0;
10,9, 8, 6, 5, 3, 2, 1, 1, 0;
		

Crossrefs