OFFSET
0,2
MATHEMATICA
Array[Floor[E^(E^(#/E)) - 1] &, 14, 0] (* Michael De Vlieger, Jan 04 2019 *)
PROG
(PARI)
default(realprecision, 10000);
A322852(n) = floor(exp(exp(n/exp(1))) -1); \\ Antti Karttunen, Jan 17 2019
(Magma) [Floor(Exp(Exp(n*Exp(-1))) -1): n in [0..14]]; // G. C. Greubel, Feb 14 2019
(Sage) [floor(exp(exp(n*exp(-1))) -1) for n in (0..14)] # G. C. Greubel, Feb 14 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
Greg Huber, Dec 28 2018
STATUS
approved