The following arithmetic identity holds: \begin{align} \Lambda(n) = \sum_{d \mid n} \mu(d) \log \frac{n}{d} \end{align} where $\mu(n)$ is the Moebius function and $\Lambda(n)$ is the von Mangoldt function. Does the following related Dirichlet convolution simplify to known (or simpler) functions? \begin{align} n \sum_{d \mid n} \frac{\mu(d)}{d} \log \frac{n}{d} \end{align}
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
Yes,$$n \sum_{d \mid n} \frac{\mu(d)}{d} \log \frac{n}{d}=n \sum_{d \mid n} \frac{\mu(d)}{d} (\log(n)-\ln(d))$$ $$= \sum_{d \mid n} \frac{\mu(d)}{d} n\log(n)-n\frac{\mu(d)}{d}\ln(d)=n\ln(n) \sum_{d \mid n} \frac{\mu(d)}{d} -n\sum_{d\mid n}\frac{\mu(d)}{d}\ln(d)$$ $$=\ln(n)\phi(n)-n\sum_{d\mid n}\frac{\mu(d)}{d}\ln(d)=\ln(n)\phi(n)+\phi(n)\sum_{p\mid n}\frac{ln(p)}{p-1}$$ Thus, $$n \sum_{d \mid n} \frac{\mu(d)}{d} \log \frac{n}{d}=\phi(n)( \ln(n)+\sum_{p\mid n}\frac{ln(p)}{p-1})$$ |
||||