login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A000659 a(n) = 2^a(n-1) + a(n-2). 1
0, 0, 1, 2, 5, 34, 17179869189 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

The next term has 5171655948 digits. [From Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Jul 03 2009]

MATHEMATICA

Join[{a=0, b=0}, Table[c=2^b+a; a=b; b=c, {n, 5}]] (* From Vladimir Joseph Stephan Orlovsky, Apr 13 2011 *)

CROSSREFS

Cf. A000643.

Sequence in context: A192222 A000665 A058882 * A164919 A063443 A133473

Adjacent sequences:  A000656 A000657 A000658 * A000660 A000661 A000662

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 09:41 EST 2012. Contains 206009 sequences.