3

My question is that what is the value of $$\sum_{p\le x} \frac{1}{p^2}?$$ More generally, what is the value of $$\sum_{p\le x} \frac{1}{p^n}?$$ How can we find it?

For $\sum_{p\le x} 1/p$ the idea is to use the summation $\sum_{p\le x}\ln p/p$ and Abel's summation formula. Actually, can we find any expression for something like my question? When I use Abel's summation formula for $\sum_{p≤x}1/p$ and $\sum_{p≤x}\ln(p)/p$ some hard integrals appear.

Would you please help me? Thank you a lot!

BenyaminH
  • 107

1 Answers1

3

You probably wont be able to find a closed form representation for these sums in terms of functions you would consider simple or elementary. However if $\Re(n)>1$ and we define the following constant:

$$C_n=\sum_{k=2}^\infty \frac{\mu(k)\ln(\zeta(nk))}{k}$$

Then you can rewrite your sum as:

$$\sum_{p\leq x}\frac{1}{p^n}=\sum_{p}\frac{1}{p^n}-\sum_{p>x}\frac{1}{p^n}=C_n+\frac{\pi(x)}{x^n}-n\int_{x}^\infty \frac{\pi(t)}{t^{n+1}} dt$$

Which if we assume the truth of RH would give us that:

$$\sum_{p\leq x}\frac{1}{p^n}=C_n+\frac{\text{Li}(x)}{x^n}-n\int_{x}^\infty\frac{\text{Li}(t)}{t^{n+1}}dt+O(\frac{\ln(x)}{x^{n-1/2}})$$

Ethan Splaver
  • 10,613