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

A137640
Row sums of triangle A137639.
1
1, 3, 4, 8, 9, 17, 19, 32, 40, 57, 71, 106, 129, 176
OFFSET
1,2
FORMULA
A026794 * A000005. (A026794 as an infinite lower triangular matrix and d(n) as a vector).
EXAMPLE
a(4) = 8 = sum of row 4 terms of triangle A137639: (7 + 2 + 0 + 1).
a(4) = 8 = (3, 1, 0, 1) dot (1, 2, 2, 3) = (3 + 2 + 0 + 3); where (3, 1, 0, 1) = row 4 of triangle A026794, the partition triangle and (1, 2, 2, 3) = the first 4 terms of A000005, d(n).
CROSSREFS
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Jan 31 2008
STATUS
approved