A167182 a(0)=1, a(1)=2; for n>=2, a(n) = 2^A042950(n-2).
1, 2, 4, 8, 64, 4096, 16777216, 281474976710656, 79228162514264337593543950336, 6277101735386680763835789423207666416102355444464034512896
Offset: 0
Keywords
Links
- Michael De Vlieger, Table of n, a(n) for n = 0..13 [a(0)=1 from _Georg Fischer_, Jun 25 2021]
Programs
-
Mathematica
Join[{2,4},NestList[#^2&,8,10]] (* Harvey P. Dale, Nov 30 2019 *) Table[2^Ceiling[3 2^(i - 3)], {i, 8}] (* Trevor Cappallo, Apr 21 2021 *)
Formula
a(n) = (a(n-1))^2 for n > 3.
a(n) = 2^A098011(n+1). - R. J. Mathar, Apr 22 2010
Extensions
Definition corrected by R. J. Mathar, Apr 22 2010
More terms from Vincenzo Librandi, Apr 25 2010
Entry revised by N. J. A. Sloane, Jun 20 2021
Comments