Problem 46047. Identify Wagstaff primes
The numbers 3, 43, and 2731 are examples of Wagstaff primes.
Write a function to identify Wagstaff primes in the input.
Solution Stats
Problem Comments
-
2 Comments
I think the answer to problem 7 should be [0 1 1 1 1 1 1 1 1 0 1 0], because q=31 leads to a Wagstaff prime.
Yes, you're right. Thanks, William. I've corrected the test suite. I should have known there was a problem because Athi's solution stepped around 31.
Solution Comments
Show commentsProblem Recent Solvers31
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5711 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12501 Solvers
-
823 Solvers
-
How long do each of the stages of the rocket take to burn?
342 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
623 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!