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
William
on 18 Jul 2020
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.
ChrisR
on 18 Jul 2020
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 commentsGroup

Prime Numbers I
- 19 Problems
- 7 Finishers
- Compute the nth Pythagorean prime
- Determine whether a prime is Pythagorean
- List the emirps
- Compute the nth Naerogahtyp emirp
- Investigate the frequency of last digits of prime numbers
- Determine whether a number is a cluster prime
- Identify Wagstaff primes
- Identify full reptend primes
- Count trailing zeros in a primorial
- Find the last non-zero digit in a primorial
- Identify primorial primes
- Investigate the frequency of last non-zero digits of primorials
- Determine digits of the Copeland-Erdos constant
- Construct a prime circle
- Find jumping medalists
- Test approximations of the prime counting function
- Create a sequence of primes p such that p > n π(p)
- Test the generalized Legendre conjecture
- Play PRIMEGAME
Problem Recent Solvers31
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!