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.

A220163 Triangle read by rows: N_s(n,k) of spt-crank coefficients, n >= 1, k >= 0.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 2, 2, 2, 1, 1, 4, 4, 3, 2, 1, 1, 5, 4, 4, 3, 2, 1, 1, 7, 7, 6, 5, 3, 2, 1, 1, 10, 9, 8, 6, 5, 3, 2, 1, 1, 13, 13, 11, 10, 7, 5, 3, 2, 1, 1, 17, 16, 15, 12, 10, 7, 5, 3, 2, 1, 1, 24, 24, 21, 18, 14, 11, 7, 5, 3, 2, 1, 1
Offset: 1

Views

Author

Omar E. Pol, Jan 15 2013

Keywords

Comments

It appears this is the same as A195011 but without its right border (for this sequence see Garvan's slides, 2012).
It appears that reversed rows converge to A000041.

Examples

			1;
1,   1;
1,   1,  1;
2,   2,  1,  1;
2,   2,  2,  1,  1;
4,   4,  3,  2,  1,  1;
5,   4,  4,  3,  2,  1,  1;
7,   7,  6,  5,  3,  2,  1,  1;
10,  9,  8,  6,  5,  3,  2,  1,  1;
13, 13, 11, 10,  7,  5,  3,  2,  1,  1;
17, 16, 15, 12, 10,  7,  5,  3,  2,  1,  1;
24, 24, 21, 18, 14, 11,  7,  5,  3,  2,  1,  1;
		

Crossrefs

Column 1 is A195012.