Skip to content

Prime Number Checker

Check if a number is prime, find factors, list primes up to N, find nth prime, and generate primes in range

Updated

What is the Prime Number Checker?

How it works

Examples

Check if 17 is Prime

17
Prime ✓

List Primes Up To 50

50
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47

Find the 10th Prime

10
29

Primes Between 100 and 150

100 to 150
101, 103, 107, 109, 113, 127, 131, 137, 139, 149

Frequently asked questions