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.

A158303 Triangle read by rows, A007318 * (A158300 * 0^(n-k)).

Original entry on oeis.org

1, 1, 2, 1, 4, 2, 1, 6, 6, 8, 1, 8, 12, 32, 8, 1, 10, 20, 80, 40, 32, 1, 12, 30, 160, 120, 192, 32, 1, 14, 42, 280, 280, 672, 224, 128, 1, 16, 56, 448, 560, 1792, 896, 1024, 128, 1, 18, 72, 672, 1008, 4032, 2688, 4608, 1152, 512
Offset: 0

Views

Author

Gary W. Adamson, Mar 15 2009

Keywords

Examples

			First few rows of the triangle =
1;
1, 2;
1, 4, 2;
1, 6, 6, 8;
1, 8, 12, 32, 8;
1, 10, 20, 80, 40, 32;
1, 12, 30, 160, 120, 192, 32;
1, 14, 42, 280, 280, 672, 224, 128;
1, 16, 56, 448, 560, 1792, 896, 1024, 128;
1, 18, 72, 672, 1008, 4032, 2688, 4608, 1152, 512;
1, 20, 90, 960, 1680, 8064, 6720, 15360, 5760, 5120, 512;
...
		

Crossrefs

Cf. A158300, A122983 (row sums), A054879, A066443

Formula

Triangle read by rows, A007318 * (A158300 * 0^(n-k)). Equals binomial transform of an infinite lower triangular matrix with A158300: (1, 2, 2, 8, 8, 32, 32,...) as the main diagonal and the rest zeros.