The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A190952 Largest integer k for which exp(k) < k^n, n>=3. 2
4, 8, 12, 16, 21, 26, 30, 35, 40, 45, 51, 56, 61, 67, 72, 78, 84, 89, 95, 101, 107, 113, 119, 125, 131, 137, 144, 150, 156, 163, 169, 175, 182, 188, 195, 201, 208, 214, 221, 228, 234, 241, 248, 254, 261, 268, 275, 282, 288, 295, 302, 309, 316, 323, 330, 337, 344, 351 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
COMMENTS
n=3 is the starting index because exp(x)>x^n for all x>=0 when n=1,2.
Conjecture: There are floor((n+1)/log(n+1))-2 terms less than or equal to n. - Benedict W. J. Irwin, Jun 15 2016
LINKS
FORMULA
Conjecture: G.f.: Sum_{ j>=1 } (Sum_{ k>=1 } x^(j+floor((k+1)/log(k+1)))) + x^j. - Benedict W. J. Irwin, Jun 15 2016
a(n) = floor(-n*LambertW(-1,-1/n)). - Vaclav Kotesovec, Jun 29 2016
MATHEMATICA
a[n_] := Floor[E^-ProductLog[-1, -1/n]]; Table[a[n], {n, 3, 60}]
CROSSREFS
Cf. A088346 (Smallest integer k where exp(x)>x^n for all x>=k)
Cf. A190951 (Closest integer to the largest real x such that exp(x) = x^n)
Sequence in context: A311300 A311301 A311302 * A311303 A311304 A311305
KEYWORD
nonn
AUTHOR
Shel Kaphan, May 24 2011
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 May 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)