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.

A128187 Matrix product A128174 * A051731 read by rows.

Original entry on oeis.org

1, 1, 1, 2, 0, 1, 2, 2, 0, 1, 3, 0, 1, 0, 1, 3, 3, 1, 1, 0, 1, 4, 0, 1, 0, 1, 0, 1, 4, 4, 1, 2, 0, 1, 0, 1, 5, 0, 2, 0, 1, 0, 1, 0, 1, 5, 5, 1, 2, 1, 1, 0, 1, 0, 1, 6, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 6, 6, 2, 3, 1, 2, 0, 1, 0, 1, 0, 1, 7, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 7, 7, 2, 3, 1, 2, 1, 1
Offset: 1

Views

Author

Gary W. Adamson, Mar 07 2007

Keywords

Examples

			First few rows of the triangle are:
1;
1, 1;
2, 0, 1;
2, 2, 0, 1;
3, 0, 1, 0, 1;
3, 3, 1, 1, 0, 1;
4, 0, 1, 0, 1, 0, 1;
4, 4, 1, 2, 0, 1, 0, 1;
...
		

Crossrefs

Cf. A128188 (row sums), A128174, A051731.

Programs

Formula

A128174 * A051731 as infinite lower triangular matrices.