I'm trying to find a way to find the 10001th prime number for project euler #7, I've already brute forced my way to find the answer but I would much prefer to know how to reach the answer with more sophisticated methods that are much quicker to run. Please do explain to me in detail how it works.
I know it all methods require math, so my main concern is understanding the mathematical logic behind the solution to finding the nth prime.