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

A143125
Sum {j=1..n} j*A001462(j).
1
1, 5, 11, 23, 38, 62, 90, 122, 167, 217, 272, 344, 422, 506
OFFSET
1,2
FORMULA
Sum {j=1..n} j*A001462(j), where A001462 = Golomb's sequence, (1, 2, 2, 3, 3, 4, 4, 4,...). Row sums of triangle A143124.
EXAMPLE
a(4) = 23 = 1*1 + 2*2 + 3*2 + 4*12 = (1 + 4 + 6 + 12), given Golomb's sequence (1, 2, 2, 3, 3, 4, 4, 4,...).
a(4) = 23 = sum of row 4 terms of triangle A143124: (8 + 7 + 5 + 3).
CROSSREFS
Sequence in context: A169744 A190148 A281875 * A147081 A046628 A262284
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Jul 26 2008
STATUS
approved