This question is a part of merten's formula and I am struck on this particular equation and need help.
Prove that $\sum_{ p^n \leq x, n\geq 2 } \frac{\log p} {p} =O(1)$, where $O$ is big O notation.
I am sorry but I am unable to get any intution, although question seem to be easy and maybe that's why no explanation is given.
A hint would be sufficient.
Thanks.
You've asked to prove that $$ \sum_{p^n \leq x, n \geq 2} \frac{\log p}{p} = O(1). $$ This is false.
The sum is bounded below by $$ \sum_{\substack{p \\ p^2 \leq x}} \frac{1}{p} = \sum_{p \leq \sqrt{x}} \frac{1}{p} \gg \log \log (\sqrt {x}).$$
It is necessary to go about your proof of Merten's formula in a different way.