OFFSET
0,2
COMMENTS
Smallest integer such that a(n)^x-x^n is nonnegative for all nonnegative reals x.
MATHEMATICA
Table[Ceiling[(E^(1/E))^n], {n, 0, 43}] (* James C. McMahon, Feb 12 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Henry Bottomley, May 16 2005
STATUS
approved