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.

A143469 Triangle read by rows, A000012 * A143315 * A128407, 1<=k<=1.

Original entry on oeis.org

1, 4, -1, 9, -1, -1, 16, -4, -1, 0, 25, -4, -1, 0, -1, 36, -9, -4, 0, -1, 1, 49, -9, -4, 0, -1, 1, -1, 64, -16, -4, 0, -1, 1, -1, 0, 81, -16, -9, 0, -1, 1, -1, 0, 0, 100, -25, -9, 0, -4, 1, -1, 0, 0, 1, 121, -25, -9, 0, -4, 1, -1, 0, 0, 1, -1, 144, -36, -16, 0, -4, 4, -1, 0, 0, 1, -1, 0
Offset: 1

Views

Author

Gary W. Adamson, Aug 17 2008

Keywords

Comments

Row sums = A018805: (1, 3, 7, 11, 19, 23, 35,...).
Right border = mu(n), A008683.

Examples

			First few rows of the triangle =
1;
4, -1;
9, -1, -1;
16, -4, -1, 0;
25, -4, -1, 0, -1;
36, -9, -4, 0, -1, 1;
49, -9, -4, 0, -1, 1, -1;
...
		

Crossrefs

Extensions

a(9) corrected and more terms from Georg Fischer, Aug 14 2023