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!)
A167182 a(0)=1, a(1)=2; for n>=2, a(n) = 2^A042950(n-2). 6

%I #41 Jun 26 2021 02:17:37

%S 1,2,4,8,64,4096,16777216,281474976710656,

%T 79228162514264337593543950336,

%U 6277101735386680763835789423207666416102355444464034512896

%N a(0)=1, a(1)=2; for n>=2, a(n) = 2^A042950(n-2).

%C Term a(13) has 925 decimal digits; a(14) has 1850 decimal digits. - _Michael De Vlieger_, Jan 07 2015

%H Michael De Vlieger, <a href="/A167182/b167182.txt">Table of n, a(n) for n = 0..13</a> [a(0)=1 from _Georg Fischer_, Jun 25 2021]

%F a(n) = (a(n-1))^2 for n > 3.

%F a(n) = 2^A098011(n+1). - _R. J. Mathar_, Apr 22 2010

%t Join[{2,4},NestList[#^2&,8,10]] (* _Harvey P. Dale_, Nov 30 2019 *)

%t Table[2^Ceiling[3 2^(i - 3)], {i, 8}] (* _Trevor Cappallo_, Apr 21 2021 *)

%Y Cf. A042950, A098011, A165426, A172489, A173260, A175129.

%K nonn

%O 0,2

%A _Giovanni Teofilatto_, Oct 29 2009

%E Definition corrected by _R. J. Mathar_, Apr 22 2010

%E More terms from _Vincenzo Librandi_, Apr 25 2010

%E Entry revised by _N. J. A. Sloane_, Jun 20 2021

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 10 10:03 EDT 2024. Contains 373264 sequences. (Running on oeis4.)