Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 673 Bytes

README.rst

File metadata and controls

22 lines (15 loc) · 673 Bytes

Problem 7 / Challenge #7: 10001st Prime

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?

ProjectEuler+ Problem Statement

The Project Euler problem is equivalent to the ProjectEuler+ challenge with T = 1 and N = 10 001.