List of prime numbers
List every prime number up to a chosen limit, using the Sieve of Eratosthenes. Enter an upper bound (up to 100,000) and it returns all primes at or below it, how many there are and their sum — a quick reference for factoring and number theory.
Related tools
All Numbers & arithmetic tools →The List of prime numbers turns Upper limit (2–100000) into Prime numbers, How many primes, Sum, instantly and for free. For instance, with Upper limit (2–100000) = 100 it returns Prime numbers = 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, How many primes = 25 and Sum = 1,060.
How to use it
- Enter your values: Upper limit (2–100000).
- Read the result instantly: Prime numbers, How many primes, Sum.
Frequently asked questions
What does the List of prime numbers actually compute?
It takes Upper limit (2–100000) and derives Prime numbers, How many primes and Sum from them. The calculation is live as you type, so the result updates on every change.
What information do I need to provide?
A single value: Upper limit (2–100000). Nothing else is required — no account, no file upload.
Can you show a worked example?
With Upper limit (2–100000) = 100, the calculator returns Prime numbers = 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, How many primes = 25 and Sum = 1,060. Those figures come from running this exact tool, so you can reproduce them by entering the same values.
What happens if I enter larger values?
It moves a lot. Using Upper limit (2–100000) = 200 instead, How many primes goes from 25 to 46 — which is why it is worth testing a few scenarios rather than trusting a single figure.
What does it give for smaller values?
Scaled down to Upper limit (2–100000) = 50, How many primes comes out at 15. The relationship is worth checking at both ends before you rely on a single result.
When would I actually use this?
Reading a number written another way: a Roman numeral on a monument, a hexadecimal colour, a binary byte, or a fraction that needs reducing.
What is the most common mistake?
Assuming a decimal fraction survives a change of base. A tenth is exact in decimal and infinitely repeating in binary, which is why 0.1 + 0.2 is not 0.3 in most programming languages.
What is the difference between the List of prime numbers and the First n prime numbers?
This one returns How many primes; the First n prime numbers returns The nth prime. That is the whole difference — open the one whose figure you need.
Is there a tool for the next step?
Cube numbers list is the closest one after this: Generate a list of perfect cubes — n³ for consecutive integers from any starting point. Set how many you want and where to start, and it returns the cubes, their sum and the underlying roots, computed with exact big-integer arithmetic.
What else is worth having open alongside it?
List of Fibonacci numbers and Square numbers list — they come up in the same task often enough to be worth a second tab.