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.

A152685 Triangle read by rows, A100861(n,k) * A118930(k).

Original entry on oeis.org

1, 1, 1, 1, 1, 3, 1, 6, 6, 1, 10, 30, 1, 15, 90, 60, 1, 21, 210, 420, 1, 18, 420, 1680, 1365, 1, 36, 756, 5040, 12285, 1, 45, 1260, 12600, 61425, 38745, 1, 55, 1980, 27720, 225225, 426195, 1, 66, 2970, 55440, 675675, 2557170, 1725570, 1, 78, 4290
Offset: 0

Views

Author

Gary W. Adamson, Dec 10 2008

Keywords

Examples

			First few rows of the triangle =
1;
1;
1, 1;
1, 3;
1, 6, 6;
1, 10, 30;
1, 15, 90, 60;
1, 21, 210, 420;
1, 28, 420, 1680, 1365;
1, 36, 756, 5040, 12285;
1, 45, 1260, 12600, 61425, 38745;
1, 55, 1980, 27720, 225225, 426195;
...
		

Crossrefs

Cf. A100861, A118930 (row sums)

Programs

Formula

Triangle read by rows, A100861 * (A118930 * n^(n-k)) = M*Q. M = A100861 as an infinite lower triangular matrix and Q = a matrix with A118930 as the main diagonal and the rest zeros.