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
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 commentsProblem Recent Solvers15
Suggested Problems
-
Back to basics 21 - Matrix replicating
1784 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
641 Solvers
-
Getting the indices from a matrix
714 Solvers
-
Generate N equally spaced intervals between -L and L
940 Solvers
-
425 Solvers
More from this Author319
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!