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

A152201
Triangle read by rows, A000012 * A152198
3
1, 2, 3, 1, 4, 2, 5, 4, 1, 6, 6, 2, 7, 9, 5, 1, 8, 12, 8, 2, 9, 16, 14, 6, 1, 10, 20, 20, 10, 2, 11, 25, 30, 20, 7, 1, 12, 30, 40, 30, 12, 2, 13, 36, 55, 50, 27, 8, 1
OFFSET
0,2
COMMENTS
Row sums = A027383: (1, 2, 4, 6, 10, 14, 22, 30,...).
FORMULA
A000012 * A152198 = partial sums of A152198 column terms.
EXAMPLE
First few rows of the triangle =
1;
2;
3, 1;
4, 2;
5, 4, 1;
6, 6, 2;
7, 9, 5, 1;
8, 12, 8, 2;
9, 16, 14, 6, 1;
10, 10, 20, 20, 2;
11, 25, 30, 20, 7, 1;
12, 30, 40, 30, 12, 2;
13, 36, 55, 50, 27, 8, 1;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Nov 29 2008
STATUS
approved