ithprime
determine the ith prime number
Calling Sequence
Parameters
Description
Examples
ithprime(i)
i
-
positive integer
The ithprime function returns the ith prime number, where the first prime number is 2.
ithprime⁡10
29
See Also
isprime
nextprime
NumberTheory[PrimeCounting]
prevprime
Download Help Document