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.

A127506 Triangle read by rows: T(n,k) = A054521(n,k)*A000010(k), 1<=k<=n .

Original entry on oeis.org

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

Views

Author

Gary W. Adamson, Jan 17 2007

Keywords

Comments

Row sums = A053570.

Examples

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

Crossrefs

Formula

A054521 * M, as infinite lower triangular matrices; M = phi(n) in the main diagonal and the rest zeros.

Extensions

Edited by R. J. Mathar, Jan 09 2008