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!)
A096232 a(n) = floor(e^(e^n)). 7

%I #12 Mar 16 2021 15:37:15

%S 1,2,15,1618,528491311,514843556263457213182265,

%T 28511235679461510605581038657982805983853648817939444953417128836

%N a(n) = floor(e^(e^n)).

%C The next term is too large to include.

%t $MaxExtraPrecision = 128; Table[ Floor[ Exp[ Exp[ n]]], {n, 0, 6}] (* _Robert G. Wilson v_, Jan 07 2007 *)

%o (PARI) default(realprecision,10000);for(n=-1,5,print1(floor(exp(exp(n))),",")) \\ _Edward Jiang_, Sep 06 2014

%Y Cf. A001113, A016066, A096404.

%K nonn

%O -1,2

%A _N. J. A. Sloane_, Aug 15 2004

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 8 05:45 EDT 2024. Contains 373207 sequences. (Running on oeis4.)