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.

A145463 Eigentriangle, row sums = A084509.

Original entry on oeis.org

1, 1, 1, 3, 1, 2, 13, 3, 2, 6, 47, 13, 6, 6, 24, 173, 47, 26, 18, 24, 96, 639, 173, 94, 78, 72, 96, 384, 2357, 639, 346, 282, 312, 288, 384, 1536, 8695, 2357, 1278, 1038, 1128, 1248, 1152, 1536, 6144, 32077, 8695, 4714, 3834, 4152, 4512, 4992, 4608, 6144, 24576
Offset: 1

Views

Author

Gary W. Adamson, Oct 11 2008

Keywords

Comments

Row sums = A084509: (1, 2, 6, 24, 96, 384, 1536,...).
Right border = A084509 shifted: (1, 1, 2, 6, 24,...).
Sum of n-th row terms = rightmost term of next row.

Examples

			First few rows of the triangle =
1;
1, 1;
3, 1, 2;
13, 3, 2, 6;
47, 13, 6, 6, 24;
173, 47, 26, 18, 24, 96;
639, 173, 94, 78, 72, 96, 384;
2357, 639, 346, 282, 312, 288, 384, 1536;
...
Row 4 = (13, 3, 2, 6) = termwise products of (13, 3, 1, 1) and (1, 1, 2, 6).
		

Crossrefs

Formula

Triangle read by rows, M * (A084509 * 0^(n-k)). M = an infinite lower triangular matrix with A084519: (1, 1, 3, 13, 47, 173,...) in every column; and (A084509 * 0^(n-k)) = an infinite lower triangular matrix with A084509 (1, 2, 6, 24, 96,...) shifted: (1, 1, 2, 6, 24, 96, 384,...) as the right diagonal and the rest zeros.