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.

A143518 Triangle read by rows, A054525 * (A010051 * 0^(n-k)), 1<=k<=n.

Original entry on oeis.org

0, 0, 1, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Gary W. Adamson, Aug 22 2008

Keywords

Comments

Row sums = A143519: (0, 1, 1, -1, 1, -2, 1, 0, -1,...)

Examples

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

Crossrefs

Formula

Triangle read by rows, A054525 * A010051, 1<=k<=n. A054525 = the Mobius transform. A010051 * 0^(n-k) = an infinite lower triangular matrix with A010051, the characteristic function of the primes (0, 1, 1, 0, 1, 0, 1,...) as the main diagonal and the rest zeros.