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!)
A096404 a(n) = ceiling(e^(e^n)). 3
3, 16, 1619, 528491312, 514843556263457213182266, 28511235679461510605581038657982805983853648817939444953417128837 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The next term is too large to include.
LINKS
MATHEMATICA
Ceiling[E^(E^Range[0, 5])] (* Harvey P. Dale, Nov 04 2019 *)
PROG
(Python)
from sympy import E
def a(n): return int(E**(E**n)) + 1
print([a(n) for n in range(6)]) # Michael S. Branicky, Mar 16 2021
CROSSREFS
Sequence in context: A316507 A317459 A080273 * A111824 A140519 A285740
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.)