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

A067989
Row sums of triangle A067979; also of triangle A067990.
2
1, 9, 34, 95, 240, 553, 1212, 2547, 5195, 10340, 20184, 38766, 73451, 137565, 255080, 468877, 855288, 1549583, 2790510, 4997895, 8907481, 15804634, 27928464, 49169100, 86268325, 150882993, 263124862
OFFSET
0,2
FORMULA
a(n)= (n+2)*((3*n+1)*F(n-1)/2+(2*n+1)*F(n)), with F(n) := A000045(n) (Fibonacci).
G.f.: (1+4*x-x^2)*(1+2*x)/(1-x-x^2)^3.
CROSSREFS
Sequence in context: A014816 A147691 A000441 * A002881 A268803 A250652
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Feb 15 2002
STATUS
approved