nth prime number - MATLAB nthprime
www.mathworks.com › help › symbolicFind Nth Prime Number. Find the 223rd prime number. nthprime (223) ans = 1409. For large prime numbers, return exact symbolic integers by using symbolic input. n = sym (223222222); nthprime (n) ans = 4738278383. Find the 10th, 100th, and 1000th prime numbers. n = [10 100 1000]; nthprime (n)
PrimePage Primes: The Nth Prime Page
primes.utm.edu › nthprimeA prime page by Andrew Booker. Welcome to the Nth Prime Page! Nth prime. Here's how it works: Enter a value for n below, from 1 to 10 12, inclusive. The server will return the nth prime number (counting 2 as the first). Commas and scientific notation (e.g. 1.0e12) are allowed. For example, entering either 1,000,000,000,000 or 1.0e12 will tell ...
PrimePage Primes: The Nth Prime Page
https://primes.utm.edu/nthprimeThe Nth Prime Page A prime page by Andrew Booker. Welcome to the Nth Prime Page! Nth prime. Here's how it works: Enter a value for n below, from 1 to 10 12, inclusive.The server will return the nth prime number (counting 2 as the first).Commas and scientific notation (e.g. 1.0e12) are …