2
$\begingroup$

By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the 10001st prime number?

  • 3
    This is Project Euler problem 7: http://projecteuler.net/index.php?section=problems&id=72010-10-29
  • 0
    Yes! and I would like to know how to solve this.2010-10-29
  • 8
    Just compute the first 10001 primes...2010-10-29
  • 1
    You might want to look at the prime counting function.2010-10-29

3 Answers 3