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.

A143320 Triangle read by rows, A000012 * A143317; 1<=k<=n.

Original entry on oeis.org

1, 4, -1, 8, -1, -1, 15, -4, -1, 0, 21, -4, -1, 0, -1, 33, -8, -4, 0, -1, 1, 41, -8, -4, 0, -1, 1, -1, 56, -15, -4, 0, -1, 1, -1, 0, 69, -15, -8, 0, -1, 1, -1, 0, 0, 87, -21, -8, 0, -4, 1, -1, 0, 0, 1, 99, -21, -8, 0, -4, 1, -1, 0, 0, 1, -1, 127, -33, -15, 0, -4, 4, -1, 0, 0, 1, -1, 0
Offset: 1

Views

Author

Gary W. Adamson, Aug 07 2008

Keywords

Comments

Left border = A024916: (1, 4, 8, 15, 21, 33,...).
Right border = mu(n), A008683.
Row sums = T(n), triangular numbers.

Examples

			First few rows of the triangle =
1;
4, -1;
8, -1, -1
15, -4, -1, 0;
21, -4, -1, 0, -1;
33, -8, -4, 0, -1, 1;
41, -3, -4, 0, -1, 1, -1;
...
		

Crossrefs

Formula

Triangle read by rows, A000012 * A143317; 1<=k<=n

Extensions

Corrected last few terms. - Stuart Orford (sjorford(AT)gmail.com), Dec 22 2008