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
Solution Comments
Show comments
Loading...
Problem Recent Solvers56
Suggested Problems
-
Project Euler: Problem 9, Pythagorean numbers
1385 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
717 Solvers
-
Numbers spiral diagonals (Part 2)
196 Solvers
-
1916 Solvers
-
Replace values out of an interval with the lower or upper values
71 Solvers
More from this Author322
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
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.