Write a function to find all primes p and non-negative integers k that solve the equation
p! + ap = k^2
where a is an integer. If there are no solutions for a given value of a, return p = [] and k = [].

Solution Stats

30 Solutions

11 Solvers

Last Solution submitted on May 25, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers11

Suggested Problems

More from this Author323

Community Treasure Hunt

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

Start Hunting!