Find the nth prime number in the sequence of all prime numbers. For example, the 1st prime is 2, the 5th prime is 11.
Find the nth prime number in the sequence of all prime numbers. For example, the 1st prime is 2, the 5th prime is 11.
Find the nth prime number (1 = 2, 2 = 3, 3 = 5, ...)
The function p(n) returns the nth prime in ascending order: 2, 3, 5, 7, 11, 13, ...
How this calculator works
The function p(n) returns the nth prime in ascending order: 2, 3, 5, 7, 11, 13, ...
Common questions about this calculator