The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A069874 a(1) = a(2) = 1; a(n) = 2^a(n-1) + 2^a(n-2) for n > 2. 0
1, 1, 4, 18, 262160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a[n_] := 1 /; n == 1 a[n_] := 1 /; n == 2 a[n_] := 2^a[n - 1] + 2^a[n - 2] /; n > 2; Table[a[i], {i, 1, 6}]
CROSSREFS
Sequence in context: A367533 A156491 A287677 * A222323 A012496 A024572
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Apr 23 2002
EXTENSIONS
a(6) has 78919 digits.
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 May 21 17:21 EDT 2024. Contains 372738 sequences. (Running on oeis4.)