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.
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
KEYWORD
nonn
AUTHOR
EXTENSIONS
1 more term from Vladeta Jovovic, Mar 19 2000
STATUS
approved