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!)
A322848 a(n) = floor(e^(e^n) - 1). 2
1, 14, 1617, 528491310, 514843556263457213182264, 28511235679461510605581038657982805983853648817939444953417128835 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Analog of A051179 replacing 2 with e.
LINKS
MATHEMATICA
Table[Floor[E^(E^n)-1], {n, 0, 5}] (* Harvey P. Dale, Feb 05 2020 *)
PROG
(PARI)
default(realprecision, 10000);
A322848(n) = floor(exp(exp(n)))-1; \\ Antti Karttunen, Jan 17 2019
CROSSREFS
Cf. A051179.
Sequence in context: A279326 A200459 A164524 * A206644 A060614 A160305
KEYWORD
nonn,easy
AUTHOR
Greg Huber, Dec 28 2018
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 July 5 08:23 EDT 2024. Contains 374018 sequences. (Running on oeis4.)