Problem 46594. Create a sequence of primes p such that p > n π(p)
Write a function to find the nth term of a sequence of prime numbers p such that  , where
, where  is the prime counting function. The first three numbers in this sequence are 2, 11, and 37. For example, the second number is 11 because five primes are less than or equal to 11 (i.e.,
 is the prime counting function. The first three numbers in this sequence are 2, 11, and 37. For example, the second number is 11 because five primes are less than or equal to 11 (i.e.,  ) and 11 >
) and 11 >  .
. 
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers14
Suggested Problems
- 
         
         894 Solvers 
- 
         
         384 Solvers 
- 
         Calculate the area of a triangle between three points 3312 Solvers 
- 
         Unique values without using UNIQUE function 400 Solvers 
- 
         Two-output anonymous function? 83 Solvers 
More from this Author314
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!