💾 Archived View for gemini.bobignou.red › posts › Primes-numbers.gmi captured on 2023-07-10 at 13:25:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-03-20)

-=-=-=-=-=-=-

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