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.

A130211 Triangle read by rows: matrix product A054522 * A000012.

Original entry on oeis.org

1, 2, 1, 3, 2, 2, 4, 3, 2, 2, 5, 4, 4, 4, 4, 6, 5, 4, 2, 2, 2, 7, 6, 6, 6, 6, 6, 6, 8, 7, 6, 6, 4, 4, 4, 4, 9, 8, 8, 6, 6, 6, 6, 6, 6, 10, 9, 8, 8, 8, 4, 4, 4, 4, 4, 11, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 12, 11, 10, 8, 6, 6, 4, 4, 4, 4, 4, 4, 13, 12, 12, 12, 12, 12, 12, 12, 12
Offset: 1

Views

Author

Gary W. Adamson, May 17 2007

Keywords

Examples

			First few rows of the triangle are:
1;
2, 1;
3, 2, 2;
4, 3, 2, 2;
5, 4, 4, 4, 4;
6, 5, 4, 2, 2, 2;
7, 6, 6, 6, 6, 6, 6;
8, 7, 6, 6, 4, 4, 4, 4;
...
		

Crossrefs

Cf. A000010, A054522, A130212 (product with swapped order), A057660 (row sums).

Programs

Formula

A054522 * A000012 as infinite lower triangular matrices.
T(n,n) = A000010(n).