OFFSET
2,1
COMMENTS
Related to the prime number theorem, prime(k) ~ k * log(k).
REFERENCES
G. H. Hardy and E. M. Wright, An introduction to the theory of numbers, Oxford University Press, 1979.
LINKS
Chris K. Caldwell, How Many Primes Are There?
MATHEMATICA
Table[Floor[Prime[k]/Log[k + 1]], {k, 1, 1000}]
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Carlos Alves, Jul 06 2003
STATUS
approved