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.

A127447 Triangle defined by the matrix product A127446 * A054521, read by rows 1<=k<=n.

Original entry on oeis.org

1, 4, 0, 6, 3, 0, 12, 0, 4, 0, 10, 5, 5, 5, 0, 24, 6, 0, 0, 6, 0, 14, 7, 7, 7, 7, 7, 0, 32, 0, 16, 0, 8, 0, 8, 0, 27, 18, 0, 9, 9, 0, 9, 9, 0, 40, 10, 20, 10, 0, 0, 10, 0, 10, 0, 22, 11, 11, 11, 11, 11, 11, 11, 11, 11, 0, 72, 12, 12, 0, 24, 0
Offset: 1

Views

Author

Gary W. Adamson, Jan 14 2007

Keywords

Examples

			First few rows of the triangle are:
1;
4, 0;
6, 3, 0;
12, 0, 4, 0;
10, 5, 5, 5, 0;
24, 6, 0, 0, 6, 0;
14, 7, 7, 7, 7, 7, 0;
32, 0, 16, 0, 8 0, 8, 0;
...
		

Crossrefs

Cf. A038040 (column k=1), A000290 (row sums), A127446, A054521.

Programs

Formula

T(n,k) = Sum_{j=k..n} A127446(n,j) * A054521(j,k).