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

A084568
a(0)=1, a(1)=5, a(n+2)=4a(n), n>0.
1
1, 5, 8, 20, 32, 80, 128, 320, 512, 1280, 2048, 5120, 8192, 20480, 32768, 81920, 131072, 327680, 524288, 1310720, 2097152, 5242880, 8388608, 20971520, 33554432, 83886080, 134217728, 335544320, 536870912, 1342177280, 2147483648
OFFSET
0,2
COMMENTS
Binomial transform is A080926 (without leading zero).
FORMULA
G.f.: (1+5*x+4*x^2)/((1+2*x)*(1-2*x)).
E.g.f.: (9*exp(2*x)-exp(-2*x))/4-exp(0).
a(n) = (9*2^n-(-2)^n)/4-0^n.
MATHEMATICA
Join[{1}, LinearRecurrence[{0, 4}, {5, 8}, 30]] (* Harvey P. Dale, Sep 12 2013 *)
CROSSREFS
Sequence in context: A271195 A270630 A272217 * A340509 A198635 A178675
KEYWORD
nonn,easy
AUTHOR
Paul Barry, May 30 2003
STATUS
approved