Write a function that outputs the
th prime after a given number n. For example, the
th prime after
is
.
NOTE: If n itself is prime start counting from the next prime greater than n.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers19
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
2127 Solvers
-
Return elements unique to either input
814 Solvers
-
Matrix multiplication across rows
403 Solvers
-
Mersenne Primes vs. All Primes
850 Solvers
-
Self-similarity 1 - Every other term
73 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Anything but an easy problem.
I guess that Matlab gives some people the wrong impression that everything is easy.
And Java, apparently. (tip)