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

A143311
Triangle read by rows, A127648 * A126988; 1<=k<=n.
2
1, 4, 2, 9, 0, 3, 16, 8, 0, 4, 25, 0, 0, 0, 5, 36, 18, 12, 0, 0, 6, 49, 0, 0, 0, 0, 0, 7, 64, 32, 0, 16, 0, 0, 0, 8, 81, 0, 27, 0, 0, 0, 0, 0, 9, 100, 50, 0, 0, 20, 0, 0, 0, 0, 10, 121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 144, 72, 48, 36, 0, 24, 0, 0, 0, 0, 0, 12, 169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13
OFFSET
1,2
COMMENTS
Row sums = A064987, n*sigma(n): (1, 6, 12, 28, 30, 72, 56,...).
FORMULA
Triangle read by rows, A127648 * A126988; 1<=k<=n
EXAMPLE
First few rows of the triangle =
1;
4, 2;
9, 0, 3;
16, 8, 0, 4;
25, 0, 0, 0, 5;
36, 18, 12, 0, 0, 6;
49, 0, 0, 0, 0, 0, 7;
64, 32, 0, 16, 0, 0, 0, 8;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Aug 06 2008
STATUS
approved