The Legendre conjecture states that for every integer n there is a prime number between
and
. The generalized Legendre conjecture (GLC) is that there is a prime number between
and
; a further conjecture is that the smallest K possible is
.
Write a function that takes a value of K, which you can assume to be less than
, and determines the first value of n for which the GLC fails as well as the interval [
].
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers31
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15782 Solvers
-
Project Euler: Problem 10, Sum of Primes
2092 Solvers
-
11398 Solvers
-
Test Problem; Create a 5x5 array containing all ones
405 Solvers
-
Convert integer to base26 using letters
52 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!
kho:))