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

A054457
Pell numbers A000129(n+1) (without P(0)) convoluted twice with itself.
7
1, 6, 27, 104, 366, 1212, 3842, 11784, 35223, 103122, 296805, 842160, 2360780, 6549240, 18004980, 49106992, 132996957, 357948894, 957993823, 2550977112, 6761742234, 17848312884, 46932923478, 122980461816
OFFSET
0,2
COMMENTS
a(n)= A054456(n+2,2) (third column of Pell convolution triangle).
LINKS
FORMULA
a(n)= ((10*n^2+39*n+32)*P(n+1)+(n+1)*(4*n+11)*P(n))/32, P(n)=A000129(n).
G.f.: 1/(1-2*x-x^2)^3.
a(n)=F''(n+3, 2)/2, that is, 1/2 times the 2nd derivative of the (n+3)th Fibonacci polynomial evaluated at x=2. - T. D. Noe, Jan 19 2006
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Wolfdieter Lang, Apr 27 2000
STATUS
approved