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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113606 Binary power sequence: a(n) = a(n-1) + 2^a(n-2). 0
1, 1, 3, 5, 13, 45, 8237, 35184372097069 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The ninth term is too large to show here.
LINKS
MATHEMATICA
RecurrenceTable[{a[1]==a[2]==1, a[n]==a[n-1]+2^a[n-2]}, a, {n, 8}] (* Harvey P. Dale, May 06 2012 *)
CROSSREFS
Cf. A000225.
Sequence in context: A057188 A128548 A321358 * A209002 A106879 A249762
KEYWORD
nonn
AUTHOR
Matt Wynne (mattwyn(AT)verizon.net), Aug 25 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)