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.

A143969 Eigentriangle by rows, n terms of (5 * A084057) followed by A084057(n).

Original entry on oeis.org

1, 5, 1, 5, 5, 6, 5, 5, 30, 16, 5, 5, 30, 80, 56, 5, 5, 30, 80, 280, 176, 5, 5, 30, 80, 280, 880, 1856, 5, 5, 30, 80, 280, 880, 9280, 6016, 5, 5, 30, 80, 280, 880, 9280, 30080, 19456
Offset: 0

Views

Author

Gary W. Adamson, Sep 06 2008

Keywords

Comments

Right border = A084057: (1, 1, 6, 16, 56, 176,...). Row sums = (1, 6, 16, 56,...) = INVERT transform of (1, 5, 5, 5,...). Sum of n-th row terms = rightmost term of next row.

Examples

			First few rows of the triangle =
1;
5, 1;
5, 5, 6;
5, 5, 30, 16;
5, 5, 30, 80, 56;
5, 5, 30, 80, 280, 176;
5, 5, 30, 80, 280, 880, 1856;
...
		

Crossrefs

Formula

Eigentriangle by rows, n terms of (5 * A084057) followed by A084057(n).