Write a function to find the nth term of a sequence of prime numbers p such that
, 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.,
) and 11 >
.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers15
Suggested Problems
-
Return a list sorted by number of occurrences
2890 Solvers
-
Which values occur exactly three times?
5239 Solvers
-
Project Euler: Problem 5, Smallest multiple
1649 Solvers
-
61 Solvers
-
Find two triangular numbers whose sum is input.
102 Solvers
More from this Author321
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!