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”).

A177954
Triangle read by rows, A070909 * Pascal's triangle.
2
1, 2, 1, 2, 2, 1, 3, 5, 4, 1, 3, 6, 7, 4, 1, 4, 11, 17, 14, 6, 1, 4, 12, 22, 24, 16, 6, 1, 5, 19, 43, 59, 51, 27, 8, 1, 5, 20, 50, 80, 86, 62, 29, 8, 1, 6, 29, 86, 164, 212, 188, 113, 44, 10, 1
OFFSET
0,2
COMMENTS
Row sums = A086893: (1, 3, 5, 13, 21, 53, 85,...).
FORMULA
Triangle read by rows, A070909 * A007318
EXAMPLE
First few rows of the triangle =
1;
2, 1;
2, 2, 1;
3, 5, 4, 1;
3, 6, 7, 4, 1;
4, 11, 17, 14, 6, 1;
4, 12, 22, 24, 16, 6, 1;
5, 19, 43, 59, 51, 27, 8, 1;
5, 20, 50, 80, 86, 62, 29, 8, 1;
6, 29, 86, 164, 212, 188, 113, 44, 10, 1;
6, 30, 95, 200, 296, 314, 239, 128, 46, 10, 1;
7, 41, 150, 365, 626, 776, 701, 458, 211, 65, 12, 1;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, May 15 2010
EXTENSIONS
a(46) corrected by Georg Fischer, May 20 2022
STATUS
approved