A positive integer is powerful if is a divisor of for every prime factor in .
A positive integer is a perfect power if can be expressed as a power of another positive integer.
A positive integer is an Achilles number if is powerful but not a perfect power. For example, and are Achilles numbers: and .
We shall call a positive integer a Strong Achilles number if both and are Achilles numbers.1
For example, is a Strong Achilles number: . However, isn't a Strong Achilles number because: .
There are Strong Achilles numbers below and below .
How many Strong Achilles numbers are there below ?
1 denotes Euler's totient function.
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.