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

A105866
A generalized Chebyshev transform of the Fibonacci numbers.
0
0, 1, 1, 6, 9, 33, 62, 185, 393, 1062, 2409, 6193, 14542, 36441, 87129, 215478, 520073, 1277441, 3098334, 7583481, 18439977, 45050950, 109690537, 267731409, 652322286, 1591394457, 3878780921, 9460182998, 23062009545, 56239784865
OFFSET
0,4
COMMENTS
Apply the Riordan array (1/(1-2x^2),x/(1-2x^2)) to A000045.
FORMULA
G.f.: x/(1-x-5x^2+2x^3+4x^4); a(n)=sum{k=0..floor(n/2), 2^k*C(n-k, k)*Fib(n-2k)}.
CROSSREFS
Sequence in context: A219687 A147415 A217048 * A267690 A084007 A046634
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 23 2005
STATUS
approved