OFFSET
1,1
COMMENTS
a(n+1)/a(n) -> e as n -> infinity, as do the m's.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..50 (first 29 terms from Robert G. Wilson v)
FORMULA
A062742(n) = pi(a(n)).
MATHEMATICA
Do[ k = 1; While[ Floor[ Prime[m]/ m] != n, m++ ]; Print[Prime[k] ], {n, 1, 27} ]
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 12 2001
EXTENSIONS
More terms from Robert G. Wilson v, Jul 13 2001
a(27) from Farideh Firoozbakht, Sep 12 2005
Corrected by T. D. Noe, Nov 14 2006
a(30)-a(50) obtained from the values of A038625 computed by Jan Büthe. - Giovanni Resta, Sep 01 2018
STATUS
approved