Generate a list of Prime numbers found in number ranges up to a million long.
From:
Size of tranche:
Include ordinal:
Primes up to :
Expected Primes (n/ln(n)):
Numbers in red and delimited, like [ 29 31 ] , are
Twin Prime pairs. 3 5 7 is the trivial triplet (2 has been excluded).
This list includes the ordinal number of each prime. To find the nth Prime Number, generate a large enough list (20x n), then use your browser's text search function.
To find e.g. the 1999th Prime, generate primes up to 50,000 and search for "1999:" (include the colon to ensure finding the count rather than prime number 1999)