OFFSET
1,3
COMMENTS
The prime number theorem states that the n-th prime is asymptotic to n*log(n).
REFERENCES
G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers, 5th ed., Oxford Univ. Press, 1979, Theorem 8.
MATHEMATICA
Table[Round[n Log[n]], {n, 100}] (* Harvey P. Dale, Sep 27 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 27 1999
STATUS
approved