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

A144329
Triangle read by rows, A000012 * A144328
2
1, 2, 1, 3, 2, 2, 4, 3, 4, 3, 5, 4, 6, 6, 4, 6, 5, 8, 9, 8, 5, 7, 6, 10, 12, 12, 10, 6, 8, 7, 12, 15, 16, 15, 12, 7, 9, 8, 14, 18, 20, 20, 18, 14, 8, 10, 9, 16, 21, 24, 25, 24, 21, 16, 9, 11, 10, 18, 24, 28, 30, 30, 28, 24, 18, 10
OFFSET
1,2
COMMENTS
Row sums = A004006: (1, 3, 7, 14, 25, 41, 63, 92, 129,...).
FORMULA
Triangle read by rows A000012 * A144328.
Partial sums of A144328 by columns.
EXAMPLE
First few rows of the triangle =
1;
2, 1;
3, 2, 2;
4, 3, 4, 3;
5, 4, 6, 6, 4;
6, 5, 8, 9, 8, 5;
7, 6, 10, 12 12, 10, 6;
8, 7, 12, 15, 16, 15, 12, 7;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Sep 18 2008
STATUS
approved