login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A162185
a(0)=3 and a(n+1)=2^a(n).
0
3, 8, 256, 115792089237316195423570985008687907853269984665640564039457584007913129639936
OFFSET
0,1
COMMENTS
Initializing at 0, 1, 2 or 4 gives A014221.
MATHEMATICA
NestList[2^#&, 3, 3] (* Harvey P. Dale, Apr 01 2018 *)
CROSSREFS
A000079 (powers of 2).
Sequence in context: A007159 A081466 A092592 * A297527 A268141 A354119
KEYWORD
nonn
AUTHOR
Benoit Jubin, Jun 27 2009
STATUS
approved