Problem 46046. Determine whether a number is a cluster prime
A cluster prime is an odd prime number p such that all even numbers less than or equal to
can be expressed as a difference of two primes q and
that are no larger than p.
Write a function to determine whether a number is a cluster prime.
Solution Stats
Problem Comments
-
1 Comment
Nikolaos Nikolaou
on 11 May 2021
Chris problems are kinda my favourite :)
Solution Comments
Show commentsProblem Recent Solvers19
Suggested Problems
-
2310 Solvers
-
1585 Solvers
-
Project Euler: Problem 10, Sum of Primes
1935 Solvers
-
Split a string into chunks of specified length
1959 Solvers
-
1797 Solvers
More from this Author312
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!