I have a big and random number n and I need to check if this number is a divior of 60 to the power of ANY integer
For example:
Input:
9
Output:
True
because it is a divisor of 60^2
- I have looked into factorization of numbers and divisiors to find a schematic but I was unsucessful