For which $n$ is it true that $\phi(n^2)=\phi(n)+10$?
$\phi(n)$ is defined as the totient function, i.e., all positive integers up to $n$ that are relatively prime to $n$. While that definition makes sense, I have no idea how to deal with $\phi(n^2)$ and consequently the question. Do I just start plugging and checking all numbers above $10$ to notice a pattern?
There is probably a better way to do this, I think, and I would appreciate any help. Thank you!
Hint $\phi(n)$ is a divisor of $\phi(n^2)$.
Added Since $\phi(n)| \phi(n^2)-\phi(n)$ we get $\phi(n)|10$ and hence $\phi(n)=1,2,5,10$
Next, in each of the four cases, using the equation and $\phi(n^2)=n \phi(n)$ you can find the value of $n$, which will be integer only in one of the four possible scenarios.