Problem 59050. Determine whether a number is a Higgs prime

If the sequence a lists the Higgs primes, then a_{n+1} is the smallest prime greater than a_n such that a_{n+1}-1 divides the product (a1*a2*a3*...*a_n)^2. The first four Higgs primes are 2, 3, 5, and 7. Therefore, the next one is 11 because 11-1 = 10 divides (2*3*5*7)^2 = 44,100.
Write a function to determine whether a number is a Higgs prime.

Solution Stats

15.15% Correct | 84.85% Incorrect
Last Solution submitted on Mar 15, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author250

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!