The problem is: prove that $$\sum_{d|n} \mu(d) \log^m(d) = 0$$ if $m \ge 1$ and $n$ has more than $m$ distinct prime factors. Here, $\mu$ is the Möbius function.
This is from a book I'm self studying from, and it hints to use induction. I prove the identity for $m = 1$ by using the fact that $$\Lambda(n) = -\sum_{d|n} \mu(d) \log(d)$$ and the definition of the Mangoldt function, $\Lambda$. I then fiddled around with the sum for a bit to try to prove the inductive step, but I haven't managed to get anywhere useful.
Hints would be preferable to answers, but I'm happy to have either.