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.

A144250 Eigentriangle, row sums = A125275, shifted.

Original entry on oeis.org

1, 1, 1, 1, 3, 2, 1, 6, 10, 6, 1, 10, 30, 42, 23, 1, 15, 70, 168, 207, 106, 1, 21, 140, 504, 1035, 1166, 567, 1, 28, 252, 1260, 3795, 6996, 7371, 3434
Offset: 0

Views

Author

Gary W. Adamson, Sep 16 2008

Keywords

Comments

Row sums = A125273 shifted. A125273 = the eigensequence of triangle A085478.
Right border = A125273: (1, 1, 2, 6, 23, 106, 567, 3434,...). Sum of n-th row terms = rightmost term in next row.

Examples

			First few rows of the triangle =
1;
1, 1;
1, 3, 2;
1, 6, 10, 6;
1, 10, 30, 42, 23;
1, 15, 70, 168, 207, 106;
1, 21, 140, 504, 1035, 1166, 567;
...
Row 4 = (1, 10, 30, 42, 23) = termwise products of (1, 10, 15, 7, 1) and (1, 1, 2, 6, 23) = (1*1, 10*1, 15*2, 7*6, 1*23); where (1, 10, 15, 7, 1) = row 4 of triangle A085478. Q
		

Crossrefs

Formula

Triangle read by rows, T(n,k) = A085478(n,k) * A125273(k).
As infinite lower triangular matrices, A144250 = A085478 * (A125275 * 0^(n-k); where (A125275 * 0^(n-k)) = an infinite lower triangular matrix with A125275: (1, 1, 2, 6, 23, 106, 567, 3434,...) as the main diagonal and the rest zeros.

Extensions

Corrected definition: Eigentriangle, row sums = A125273, shifted. - Gary W. Adamson, Nov 05 2008