login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform is A080926 (without leading zero).
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 19 19:23 EDT 2024. Contains 376014 sequences. (Running on oeis4.)