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
1, 2, 15, 1618, 528491311, 514843556263457213182265, 28511235679461510605581038657982805983853648817939444953417128836 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,2
COMMENTS
The next term is too large to include.
LINKS
MATHEMATICA
$MaxExtraPrecision = 128; Table[ Floor[ Exp[ Exp[ n]]], {n, 0, 6}] (* Robert G. Wilson v, Jan 07 2007 *)
PROG
(PARI) default(realprecision, 10000); for(n=-1, 5, print1(floor(exp(exp(n))), ", ")) \\ Edward Jiang, Sep 06 2014
CROSSREFS
Sequence in context: A132317 A068409 A359849 * A193869 A320768 A337799
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Aug 15 2004
STATUS
approved

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 April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)