Problem 51198. Find pairs of primes with the same digit sum and a specified separation
Write a function that takes a number n as input and finds the first set of n primes such that the first and last have the same digit sum. For example, if the function is given
, it should return [2 11] because those numbers begin and end the string of 5 primes—2, 3, 5, 7, 11.
See also Cody Problem 50933
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers13
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9023 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
544 Solvers
-
Flip the main diagonal of a matrix
847 Solvers
-
Vectorize the digits of an Integer
326 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
641 Solvers
More from this Author298
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!