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.

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

Original entry on oeis.org

0, 0, 2, 0, 0, 3, 0, -2, 0, 0, 0, 0, 0, 0, 5, 0, -2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, -5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13
Offset: 1

Views

Author

Gary W. Adamson, Aug 22 2008

Keywords

Comments

Row sums = A137851: (0, 2, 3, -2, 5, -5, 7, 0, -3,...).
Right border = A061397: (0, 2, 3, 0, 5, 0, 7,...).

Examples

			First few rows of the triangle =
0;
0, 2;
0, 0, 3;
0, -2, 0, 0;
0, 0, 0, 0, 5;
0, -2, -3, 0, 0, 0;
0, 0, 0, 0, 0, 0, 7;
...
		

Crossrefs

Formula

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