Prime numbers

Algorithms made to find primes numbers are a good way to try out a new programming language. I include here some lists of numbers to compare the output of your programs.

Downloadable lists

Here are multiple files with a decent number of prime numbers in them.

First 1 000 000 primes numbers[1]

First 10 000 000 primes numbers[2]

First 100 000 000 primes numbers[3]

List of the first 1000 primes numbers

For the sake of convenience, you can find below a list of the first 1000 primes numbers.

Back to homepage