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.

A152194 Triangle read by rows, A034839 * A000012.

Original entry on oeis.org

1, 1, 2, 1, 4, 3, 8, 7, 1, 16, 15, 5, 32, 31, 16, 1, 64, 63, 42, 7, 128, 127, 99, 29, 1256, 255, 219, 93, 9, 512, 511, 466, 256, 46, 1, 1024, 1023, 968, 638, 176, 11, 2048, 2047, 1981, 1486, 562, 67, 1
Offset: 0

Views

Author

Gary W. Adamson, Nov 28 2008

Keywords

Comments

Row sums = A045891: (1, 1, 3, 7, 16, 36, 80, 176,...)

Examples

			First few rows of the triangle =
1;
1;
2, 1;
4, 3;
8, 7, 1;
16, 15, 5;
32, 31, 16, 1;
64, 63, 42, 7;
128, 127, 99, 29, 1;
256, 255, 219, 93, 9;
512, 511, 466, 256, 46, 1;
1024, 1023, 968, 638, 176, 11;
2048, 2047, 1981, 1486, 562, 67, 1;
...
		

Crossrefs

Formula

A034839 * A000012 = partial sums of A034839 by rows, starting from the right.