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.

A156836 Triangle read by rows, A156348 * A130207.

Original entry on oeis.org

1, 1, 1, 1, 0, 2, 1, 2, 0, 2, 1, 0, 0, 0, 4, 1, 3, 6, 0, 0, 2, 1, 0, 0, 0, 0, 0, 6, 1, 4, 0, 8, 0, 0, 0, 4, 1, 0, 12, 0, 0, 0, 0, 0, 6, 1, 5, 0, 0, 20, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 1, 6, 20, 20, 0, 12, 0, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12
Offset: 1

Views

Author

Gary W. Adamson & Mats Granvik, Feb 16 2009

Keywords

Comments

Row sums = A156834: (1, 2, 3, 5, 5, 12, 7, 17, 19, 30, 11,...).

Examples

			First few rows of the triangle =
1;
1, 1;
1, 0, 2;
1, 2, 0, 2;
1, 0, 0, 0, 4;
1, 3, 6, 0, 0, 2;
1, 0, 0, 0, 0, 0, 6;
1, 4, 0, 8, 0, 0, 0, 4;
1, 0, 12, 0, 0, 0, 0, 0, 6;
1, 5, 0, 0, 20, 0, 0, 0, 0, 4;
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10;
1, 6, 20, 20, 0, 12, 0, 0, 0, 0, 0, 4;
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12;
1, 7, 0, 0, 0, 0, 42, 0, 0, 0, 0, 0, 0, 6;
...
		

Crossrefs

Formula

Triangle read by rows, A156348 * A130207, where A130207 = an infinite lower
triangular matrix with A000010 as the main diagonal and the rest zeros.