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.

A154558 Triangle read by rows: binomial(n-1,k-1)*A001006(k).

Original entry on oeis.org

1, 1, 2, 1, 4, 4, 1, 6, 12, 9, 1, 8, 24, 36, 21, 1, 10, 40, 90, 105, 51, 1, 12, 60, 180, 315, 306, 127, 1, 14, 84, 315, 735, 1071, 889, 323, 1, 16, 112, 504, 1470, 2856, 3556, 2584, 835, 1, 18, 144, 756, 2646, 6426, 10668, 11628, 7515, 2188
Offset: 1

Views

Author

Gary W. Adamson, Jan 11 2009

Keywords

Examples

			First few rows of the triangle =
1;
1, 2;
1, 4, 4;
1, 6, 12, 9;
1, 8, 24, 36, 21;
1, 10, 40, 90, 105, 51;
1, 12, 60, 180, 315, 306, 127;
1, 14, 84, 315, 735, 1071, 889, 323;
1, 16, 112, 504, 1470, 2856, 3556, 2584, 835;
1, 18, 144, 756, 2646, 6426, 10668, 11628, 7515, 2188;
1, 20, 180, 1080, 4410, 12852, 26670, 38760, 37575, 21880, 5798;
...
		

Crossrefs

Cf. A001006, A000245 (row sums), A005843 (column k=2), A046092 (column k=3).

Formula

Binomial transform of a diagonalized version of the Motzkin sequence:
(A001006 (1, 2, 4, 9, 21, 51,...) as the main diagonal and the rest zeros.)
T(n,n) = A001006(n).