OFFSET
1,1
COMMENTS
The first 9 terms are from Kevin O'Bryant in a Math OverFlow comment. Closely related to A178806.
Added 15 more terms from Noam D. Elkies (second MathOverflow link). - T. D. Noe, Feb 12 2013
LINKS
MathOverflow, Why Is 163/ln(163) a Near-Integer?
MathOverflow, When is n/ln(n) close to an integer?
MATHEMATICA
mn=Infinity; n=2; Table[While[r=N[n/Log[n]]; diff=Abs[r-Round[r]]; diff>=mn, n++ ]; mn=diff; Print[{n, mn}]; n, {9}]
CROSSREFS
KEYWORD
nonn
AUTHOR
T. D. Noe, Jun 16 2010
STATUS
approved