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!)
A000643 a(n) = a(n-1) + 2^a(n-2). 2
0, 0, 1, 2, 4, 8, 24, 280, 16777496, 1942668892225729070919461906823518906642406839052139521251812409738904285205225275672 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
The next term is too large to include.
The next term has 5050530 digits. - Harvey P. Dale, Jan 05 2024
REFERENCES
D. E. Knuth, personal communication.
LINKS
MATHEMATICA
Off[General::ovfl]; a={1, 0}; Flatten[Prepend[Table[s=Plus@@a; a=2^(RotateLeft[a]); a[[ -1]]=s, {n, 8}], Table[0, {m, Length[a]-1}]]] (* Vladimir Joseph Stephan Orlovsky, Nov 18 2009 *)
nxt[{a_, b_}]:={b, b+2^a}; NestList[nxt, {0, 0}, 9][[;; , 1]] (* Harvey P. Dale, Jan 05 2024 *)
CROSSREFS
Cf. A000659.
Sequence in context: A066535 A134455 A191700 * A261489 A286936 A323948
KEYWORD
nonn
AUTHOR
EXTENSIONS
1 more term from Vladeta Jovovic, Mar 19 2000
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 June 5 01:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)