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
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
KEYWORD
nonn
AUTHOR
Shel Kaphan, May 24 2011
STATUS
approved