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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)