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.

A152193 Triangle read by rows, A034839 * (A027826 * 0^(n-k)).

Original entry on oeis.org

1, 1, 1, 1, 1, 3, 1, 6, 2, 1, 10, 10, 1, 15, 30, 4, 1, 21, 70, 28, 1, 28, 140, 112, 9, 1, 36, 252, 336, 81, 1, 45, 420, 840, 405, 21, 1, 55, 660, 1848, 1485, 231, 1, 66, 990, 3696, 4455, 1386, 50
Offset: 0

Views

Author

Gary W. Adamson, Nov 28 2008

Keywords

Comments

Row sums = A027826, the eigensequence of triangle A034839.

Examples

			First few rows of the triangle =
1;
1;
1, 1;
1, 3;
1, 6, 2;
1, 10, 10;
1, 15, 30, 4;
1, 21, 70, 28;
1, 28, 140, 112, 9;
1, 36, 252, 336, 81;
1, 45, 420, 840, 405, 21;
1, 55, 660, 1848, 1485, 231;
1, 66, 990, 3696, 4455, 1386, 50;
...
		

Crossrefs

Formula

A034839 * (A027826 * 0^(n-k)) = A034839 * an infinite lower triangular matrix with A027826: (1, 1, 2, 4, 9, 21, 50, 120,...) and the rest zeros.