Check if numbers are prime, generate lists of prime numbers, or find the nth prime number. Perfect for mathematics, cryptography, and number theory applications.
Enter any positive integer to determine if it's a prime number
Generate all prime numbers up to a specified limit
Find the prime number at a specific position in the sequence
A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself. Prime numbers serve as fundamental building blocks in number theory and have applications across mathematics and computer science.
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