We use cookies for site analytics. Accept to help us understand how the site is used. See our Privacy Policy for details.
An easy math problem, graded against 7 test cases (4 of them hidden).
Number theory, digit manipulation, and closed-form reasoning.
Reach for it when you see: Primes, digits, base conversion, or a problem with a formula hiding behind it.
More Mathproblems →Strip every factor of 2, then 3, then 5 with repeated integer division. If only those primes were present, the remainder collapses to 1; any leftover value greater than 1 must contain a forbidden prime. Non-positive inputs are rejected up front since ugly numbers are positive by definition.
The full reference solution in every supported language stays in the editor above - reveal it there once you have had a real attempt.
Read off this problem's own test suite, so these are the cases a submission actually has to survive.
These apply to the pattern as a whole, not just this problem.