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.

A127627 Triangle T(n,k) = A054525(n,k)*A018804(k), read by rows 1<=k<=n.

Original entry on oeis.org

1, -1, 3, -1, 0, 5, 0, -3, 0, 8, -1, 0, 0, 0, 9, 1, -3, -5, 0, 0, 15, -1, 0, 0, 0, 0, 0, 13, 0, 0, 0, -8, 0, 0, 0, 20, 0, 0, -5, 0, 0, 0, 0, 0, 21, 1, -3, 0, 0, -9, 0, 0, 0, 0, 27, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 3, 0, -8, 0, -15, 0, 0, 0, 0, 0, 40
Offset: 1

Views

Author

Gary W. Adamson, Jan 20 2007

Keywords

Examples

			First few rows of the triangle are:
1;
-1, 3;
-1, 0, 5;
0, -3, 0, 8;
-1, 0, 0, 0, 9;
1, -3,-5, 0, 0, 15;
...
		

Crossrefs

Cf. A054525, A018804, A029935 (row sums).

Programs

Formula

T(n,1) = A008683(n).
T(n,n) = A018804(n).