23

It is possible, by means of zeta function regularization and the Ramanujan summation method, to assign a finite value to the sum of the natural numbers (here $n \to \infty $) :

$$ 1 + 2 + 3 + 4 + \cdots + n \; {“ \;=\; ”} - \frac{1}{12} . $$

Is it also possible to assign a value to the sum of primes, $$ 2 + 3 + 5 + 7 + 11 + \cdots + p_{n} $$ ($n \to \infty$) by using any summation method for divergent series?

This question is inspired by a question on quora.

Thanks in advance,

Henry
  • 157,058
Max Muller
  • 7,006
  • 3
    You can if you approximate $p_n\rightarrow n\ln(n)$ – TROLLHUNTER Nov 22 '11 at 18:08
  • 2
    If you can, it won't be as nice or have as much meaning as it does for the zeta function. Your first sum can be more concretely written as $\zeta(-1)=\frac{1}{12}$. However, the prime zeta function cannot be analytically continued to the left of the imaginary axis. – Eric Naslund Nov 22 '11 at 18:18
  • @anon: Yes, I am aware of that. I wrote that regularization and summability methods assigns finite values to infinite, divergent series. – Max Muller Nov 22 '11 at 18:26
  • @howdy :how? (text) – Max Muller Nov 22 '11 at 18:33
  • @anon: I'm sorry, I should have been more careful. I meant to say that $ 1+2+3+ \dots n "=" -1/12 $ when $ n \to \infty $. – Max Muller Nov 22 '11 at 18:35
  • @Max Use some of the methods here but replace n by nln(n): http://math.stackexchange.com/questions/39802/why-does-123-dots-1-over-12 – TROLLHUNTER Nov 22 '11 at 18:39
  • @howdy: please consider adding a more detailed descriptions of your ideas on this question as an answer :) . – Max Muller Nov 22 '11 at 18:45
  • 3
    @Max: Note that $p_n\sim n\log n$ by the prime number theorem. You can zeta-regularize the divergent sum $\sum_{n=1}^\infty n\log n$ by evaluating $-\zeta'(-1)=\log A-1/12$, where $A$ is the Glaisher-Kinkelin constant. So it's an answer to something similar to your question. – anon Nov 22 '11 at 18:48

2 Answers2

28

Fröberg shows in his paper that the prime zeta function

$$P(s)=\sum_{p\in \mathbb P} \frac1{p^s}=\sum_{k=1}^\infty \frac{\mu(k)}{k}\log\zeta(ks)$$

where $\mu(k)$ and $\zeta(s)$ are respectively the Möbius and Riemann functions, cannot be analytically continued to the left half-plane, $\Re\,s\leq 0$ (in particular, we cannot give a reasonable evaluation of $P(-1)$), due to the clustering of poles along the imaginary axis arising from the nontrivial zeros of the Riemann $\zeta$ function.

prime zeta plots

Note the nasty-looking left edges in both plots above.

This result is originally due to Landau and Walfisz. See the linked papers for more details.

  • 3
    Notes: The formula is basically the infinite version of Mobius inversion. And the $P(-1)$ can't be defined because a dense line of poles forms a blockade against any hope of analytic continuation. – anon Nov 22 '11 at 18:20
  • 2
    Ok, but perhaps there is a different method by means of which it can be done, right? Analytic continuation is only one of many ways to sum divergent series. – Max Muller Nov 22 '11 at 18:22
  • 1
    @J.M.: Here is a short proof: In your formula above, notice that when $s=\frac{1}{k}$ for some squarefree $k$, then we have a $\log\zeta(1)$ term appear in the sum, which means it is a singular point. This sequence $\frac{1}{k}$ for $k$ squarefree is then a sequence of singularities which converges to zero. – Eric Naslund Nov 22 '11 at 18:28
  • 1
    Also note that this result is originally due to Landau and Walfisz. – Eric Naslund Nov 22 '11 at 18:31
  • Thanks, Eric and anon, for the added details. – J. M. ain't a mathematician Nov 22 '11 at 18:39
2

So I received a comment about this on this question. So if its possible to sum the primes using the techniques of that question one strategy would be to extract the $x^1$ term of $\sum_{n=0}^{\infty} e^{p_n x}$ or the $-\frac{1}{x}$ term from the asymptotic expansion of

$$ \sum_{n=0}^{\infty} e^{-\frac{p_n}{x}}$$

enter image description here

So we have that

$$ \sum_{n=0}^{\infty} e^{-\frac{p_n}{x}} = \pi(x) + \frac{1}{2} + ... $$

Where the $\pi(x)$ is a continuous version of the prime counting function (however one can compute that) and $...$ is currently unknown. This result is from a conjectured asymptotic limit. The problem with this formula is that it requires us to define $p_0$ which I don't believe we have a definition for at this time.

I wish had better techniques (or at least A non guess and check technique) for computing these asymptotic series. I think that such numerical techniques exist I just don't know what they are. User 2734364041 outlines a way here to use residue theorems and the mellin transform to get 'closed' forms for these types of sums but I am concerned slightly that using the prime function won't work because of natural boundaries (his Mellin transform ends up yielding a prime zeta function which already one of the answerers here has pointed out sucks)

  • 1
    @Siddharth Thank you! Perhaps one can use the estimate $p_n \sim n \log n$ for your method? Might be interesting to confirm whether your method yields the same answer as anon's, as provided in a comment to the question (above) – Max Muller Jun 18 '23 at 20:00