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.

A180264 Triangle, row sums = A006054; derived from an infinite lower triangular matrix with (1,1,1,...) as the leftmost column and (1,2,1,1,1,...) as other columns.

Original entry on oeis.org

1, 1, 1, 2, 2, 1, 1, 1, 4, 5, 1, 1, 2, 10, 11, 1, 1, 2, 5, 22, 25, 1, 1, 2, 5, 11, 50, 56, 1, 1, 2, 5, 11, 50, 56, 1, 1, 2, 5, 11, 25, 112, 126, 1, 1, 2, 5, 11, 25, 56, 252, 283, 1, 1, 2, 5, 11, 25, 56, 126, 566, 636, 1, 1, 2, 5, 11, 25, 56, 126, 283, 1272, 1429
Offset: 1

Views

Author

Gary W. Adamson, Aug 21 2010

Keywords

Comments

Row sums = A006054 starting (1, 2, 5, 11, 25, 56, 126,...).
Sum of n-th row terms = rightmost term of next row.

Examples

			First few rows of the triangle =
.
1;
1, 1;
1, 2, 2;
1, 1, 4, 5;
1, 1, 2, 10, 11;
1, 1, 2, 5, 22, 25;
1, 1, 2, 5, 11, 50, 56;
1, 1, 2, 5, 11, 25, 112, 126;
1, 1, 2, 5, 11, 25, 56, 252, 283;
1, 1, 2, 5, 11, 25, 56, 126, 566, 636;
1, 1, 2, 5, 11, 25, 56, 126, 283, 1272, 1429;
1, 1, 2, 5, 11, 25, 56, 126, 283, 636, 2858, 3211;
...
Example: Row 4 = (1, 1, 4, 5) = termwise products of (1, 1, 2, 1) and (1, 1, 2, 5).
		

Crossrefs

Formula

Let M = an infinite lower triangular matrix with 1's in the leftmost column,
and (1,2,1,1,1,...) as other columns. Let Q = a diagonalized variant of
A006054 (1, 1, 2, 5, 11, 25, 56,...) as the right border and the rest zeros.
Triangle A180264 = M*Q.