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.

A144021 Eigentriangle by rows, T(n,k) = A000034(n-k+1)*A105476(k-1).

Original entry on oeis.org

1, 2, 1, 1, 2, 3, 2, 1, 6, 6, 1, 2, 3, 12, 15, 2, 1, 6, 6, 30, 33, 1, 2, 3, 12, 15, 66, 78, 2, 1, 6, 6, 30, 33, 156, 177, 1, 2, 3, 12, 15, 66, 78, 354, 411, 2, 1, 6, 6, 30, 33, 156, 177, 822, 942
Offset: 1

Views

Author

Gary W. Adamson, Sep 07 2008

Keywords

Comments

Row sums = A105476: (1, 3, 6, 15, 33, 78,...).
Left column = A000034: (1, 2, 1, 2, 1, 2,...).
Right border = A105476 shifted: (1, 1, 3, 6, 15, 33, 78,...).

Examples

			First few rows of the triangle =
1;
2, 1;
1, 2, 3
2, 1, 6, 6
1, 2, 3, 12, 15
2, 1, 6, 6, 30, 33;
1, 2, 3, 12, 15, 66, 78
2, 1, 6, 6, 30, 33, 156, 177;
1, 2, 3, 12, 15, 66, 78, 354, 411;
...
Row 4 = (2, 1, 6, 6) = termwise product of (2, 1, 2, 1) and (1, 1, 3, 6) = (2*1, 1*1, 2*3, 1*6).
		

Crossrefs

Formula

Eigentriangle by rows, A000034(n-k+1)*A105476(k-1); where A105476(k-1) = A105476 shifted = (1, 1, 3, 6, 15, 33, 78, 177,...).