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.

A143542 Triangle read by rows, A051731 * A143541 as infinite lower triangular matrices; 1<=k<=n.

Original entry on oeis.org

0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 2, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1
Offset: 1

Views

Author

Gary W. Adamson, Aug 23 2008

Keywords

Comments

Row sums = A066328: (0, 1, 2, 1, 3, 3, 4,...)
Prime rows = first n terms of A010051, the characteristic function of the primes.

Examples

			First few rows of the triangle =
0;
0, 1;
0, 1, 1;
0, 1, 0, 0;
0, 1, 1, 0, 1;
0, 2, 1, 0, 0, 0;
0, 1, 1, 0, 1, 0, 1;
...
		

Crossrefs

Formula

Triangle read by rows, A051731 * A143541 as infinite lower triangular matrices; 1<=k<=n. A051731 = the inverse Mobius transform.