Divisor sum of totient function squared

50 Views Asked by At

I was wondering if it's possible to express the following sum as a function of $n$: $$ \sum_{d|n} [\phi(d)]^2 $$

similarly to the known relation: $$ \sum_{d|n} \phi(d) = n $$ where $\phi$ is the totient function.