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

A067980
Convolution of L(n+1) := A000204(n+1) (Lucas), n>=0, with L(n+2), n>=0.
2
3, 13, 31, 69, 140, 274, 519, 963, 1757, 3165, 5642, 9972, 17499, 30521, 52955, 91461, 157336, 269702, 460863, 785295, 1334713, 2263293, 3829846, 6468264, 10905075, 18355429, 30849559, 51776133, 86785892
OFFSET
0,1
COMMENTS
Second diagonal of triangle A067979. Second column of triangle A067990.
FORMULA
a(n)= sum(L(k+1)*L(n+2-k), k=0..n) = (4*n+3)*F(n+1)+3*(n+1)*F(n), with F(n) := A000045(n) (Fibonacci).
G.f.: (3+x)*(1+2*x)/(1-x-x^2)^2.
CROSSREFS
Sequence in context: A082709 A154833 A106090 * A164569 A007686 A147030
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Feb 15 2002
STATUS
approved