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.

A229160 Triangle T(n,k) read by rows: T(n,k) = number of permutations on 123...n with exactly one cab pattern and no aj pattern with j<=k, for n>=0, 0<=k<=n.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 5, 5, 2, 0, 0, 21, 21, 11, 3, 0, 0, 84, 84, 49, 19, 4, 0, 0, 330, 330, 204, 92, 29, 5, 0, 0, 1287, 1287, 825, 405, 153, 41, 6, 0, 0, 5005, 5005, 3289, 1705, 715, 235, 55, 7, 0, 0, 19448, 19448, 13013, 7007, 3146, 1166, 341, 71, 8, 0, 0
Offset: 0

Views

Author

N. J. A. Sloane, Sep 15 2013

Keywords

Comments

See Noonan-Zeilberger for precise definition.

Examples

			Triangle begins:
0,
0,0,
0,0,0,
1,1,0,0,
5,5,2,0,0,
21,21,11,3,0,0,
84,84,49,19,4,0,0,
330,330,204,92,29,5,0,0,
1287,1287,825,405,153,41,6,0,0,
5005,5005,3289,1705,715,235,55,7,0,0,
19448,19448,13013,7007,3146,1166,341,71,8,0,0,
...
		

Crossrefs