Problem 51466. List prime anagrams of a number
The number 172 is not prime, but its anagrams 127 and 271 are. Write a function that lists the unique prime anagrams of a number in increasing order. Leading zeros are allowed; for example, a prime anagram of 902 is 29.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers21
Suggested Problems
-
Find the sum of all the numbers of the input vector
53473 Solvers
-
Read a column of numbers and interpolate missing data
2349 Solvers
-
Check to see if a Sudoku Puzzle is Solved
337 Solvers
-
Create a cell array out of a struct
2396 Solvers
-
Lychrel Number Test (Inspired by Project Euler Problem 55)
110 Solvers
More from this Author319
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!