login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A152194
Triangle read by rows, A034839 * A000012
2
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,3
COMMENTS
Row sums = A045891: (1, 1, 3, 7, 16, 36, 80, 176,...)
FORMULA
A034839 * A000012 = partial sums of A034839 by rows, starting from the right.
EXAMPLE
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
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Nov 28 2008
STATUS
approved