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.

A152230 Triangle read by rows, binomial transform of A122196.

Original entry on oeis.org

1, 3, 8, 1, 20, 5, 48, 17, 1, 112, 49, 7, 256, 129, 30, 1, 576, 321, 102, 9, 1280, 769, 303, 47, 1, 2816, 1793, 825, 187, 11, 6144, 4097, 2116, 630, 68, 1, 13312, 9217, 5200, 1898, 312, 13, 28672, 20481, 12381, 5282, 1186, 93, 1
Offset: 0

Views

Author

Gary W. Adamson, Nov 29 2008

Keywords

Comments

Row sums = A058396: (1, 3, 9, 25, 66, 168,...).

Examples

			First few rows of the triangle =
1;
3;
8, 1;
20, 5;
48, 17, 1;
112, 49, 7;
256, 129, 30, 1;
576, 321, 102, 9;
1280, 769, 303, 47, 1;
2816, 1793, 825, 187, 11;
6144, 4097, 2116, 630, 68, 1;
...
		

Crossrefs

Formula

Triangle read by rows, A007318 * A122196