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.

A157497 Triangle read by rows, A156348 * A127648.

Original entry on oeis.org

1, 1, 2, 1, 0, 3, 1, 4, 0, 4, 1, 0, 0, 0, 5, 1, 6, 9, 0, 0, 6, 1, 0, 0, 0, 0, 0, 7, 1, 8, 0, 16, 0, 0, 0, 8, 1, 0, 18, 0, 0, 0, 0, 0, 9, 1, 10, 0, 0, 25, 0, 0, 0, 0, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 1, 12, 30, 40, 0, 36, 0, 0, 0, 0, 0, 12
Offset: 1

Views

Author

Gary W. Adamson & Mats Granvik, Mar 01 2009

Keywords

Comments

Row sums = A157020: (1, 3, 4, 9, 6, 22, 8,...)

Examples

			First few rows of the triangle =
1;
1, 2;
1, 0, 3;
1, 4, 0, 4;
1, 0, 0, 0, 5;
1, 6, 9, 0, 0, 6;
1, 0, 0, 0, 0, 0, 7;
1, 8, 0, 16, 0, 0, 0, 8;
1, 0, 18, 0, 0, 0, 0, 0, 9;
1, 10, 0, 0, 25, 0, 0, 0, 0, 10;
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11;
1, 12, 30, 40, 0, 36, 0, 0, 0, 0, 0, 12;
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13;
1, 14, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 14;
...
Row 4 = (1, 4, 0, 4) = termwise products of (1, 2, 0, 1) and (1, 2, 3, 4)
where (1, 2, 0, 1) = row 4 of triangle A156348.
		

Crossrefs

Formula

Triangle read by rows, A156348 * A127648. A127648 = an infinite lower triangular matrix with (1, 2, 3,...) as the main diagonal and the rest zeros.