I'd like to get a simple MATLAB code showing the Andrica's conjecture.
More about it can be found here: Andrica's conjecture - Wikipedia

 Accepted Answer

Torsten
Torsten on 15 Dec 2024
Edited: Torsten on 15 Dec 2024
Use
nthprime(1:n+1)
to generate the vector of the first n+1 prime numbers.
The rest should be simple.

More Answers (0)

Categories

Products

Asked:

on 15 Dec 2024

Edited:

on 15 Dec 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!