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.

A130210 Triangle read by rows: matrix product A051731 * A130209.

Original entry on oeis.org

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

Views

Author

Gary W. Adamson, May 17 2007

Keywords

Examples

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

Crossrefs

Cf. A000005, A007425 (row sums).

Programs

Formula

Inverse Moebius transform of A130209.
T(n,n) = A000005(n).