💾 Archived View for bobignou.red › posts › Primes-numbers.gmi captured on 2023-04-26 at 13:03:56. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

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