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.

A143467 Triangle read by rows, A143315 * A128407, 1<=k<=n.

Original entry on oeis.org

1, 3, -1, 5, 0, -1, 7, -3, 0, 0, 9, 0, 0, 0, -1, 11, -5, -3, 0, 0, 1, 13, 0, 0, 0, 0, 0, -1, 15, -7, 0, 0, 0, 0, 0, 0, 17, 0, -5, 0, 0, 0, 0, 0, 0, 19, -9, 0, 0, -3, 0, 0, 0, 0, 1, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 23, -11, -7, 0, 0, 3, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1
Offset: 1

Views

Author

Gary W. Adamson, Aug 17 2008

Keywords

Comments

Row sums = A140434: (1, 2, 4, 4, 8, 4, 12, 8, 12,...).
Right border = mu(n), A008683: (1, -1, -1, 0, -1, 1,...).

Examples

			First few rows of the triangle =
1;
3, -1;
5, 0, -1;
7, -3, 0, 0;
9, 0, 0, 0, -1;
11, -5, -3, 0, 0, 1;
13, 0, 0, 0, 0, 0, -1;
...
		

Crossrefs

Extensions

a(66) corrected by Georg Fischer, Aug 14 2023