Problem 47833. List the delete-a-digit primes
The sequence starting 23, 37, 53, 73, 113, 131, 137, 173, 179, 197… is interesting because each term is a delete-a-digit prime—that is, a prime number of two or more digits such that deleting any one digit leaves a prime number. For example, deleting the 1 from 137 leaves 37, deleting the 3 leaves 17, and deleting the 7 leaves 13.
Write a function that lists the delete-a-digit primes less than or equal the input number.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers21
Suggested Problems
-
2460 Solvers
-
2521 Solvers
-
Return a list sorted by number of consecutive occurrences
425 Solvers
-
226 Solvers
-
Return fibonacci sequence do not use loop and condition
847 Solvers
More from this Author316
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!