I am trying exercises of ch-4 of Apostol Introduction to analytic number theory and in 1 question I am struck. This question uses following condition
Can it be proved that $\sum_{n\leq x}\frac {\Lambda(n) } { n} $ = log (x) +O(1) ?
Due to Mangoldt function sum will be calculated only on prime values but I am not able to get desired result. Can you please help?
$$\log(n!) = n\log n+O(n)$$ $$=\sum_{p^k \le n} \lfloor n/p^k \rfloor\log p=n \sum_{p^k \le n} \frac{\log p}{p^k}+O(\sum_{p^k \le n} \log p) $$ Where $\sum_{p^k \le n} \log p=O(n)$ from $\log 4^n \sim \log {2n\choose n}\ge \log \prod_{p\in (n,2n]} p$.