home

Scientific Computing (Psychology 9040a)

Fall, 2021

Project Euler Problem 7


Solve Project Euler Problem 7:

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 10,001st prime number?

Your script should produce the following output:

The 10,001st prime number is XXX.

where XXX is of course the answer.