[Math] Sums of primes that are themselves prime

nt.number-theoryprime numbers

I'm not a math expert so this may be a trivial question; if $p_i$ is the $i$-th prime, let:

$$S(n) = \sum_{i=1}^n p_i$$

be the sum of the first $n$ primes and

$$P(n) = | \{1 \leq i \leq n \mid S(i) \mbox{ is prime} \} | $$

be the number of the sums $S(i), 1 \leq i\ \leq n$ that are prime. Do we have

$$\lim_{n \to \infty} \frac{P(n)}{n} = 0\;?$$

Where can I find a proof?

EDIT: I generated the sequence $P(n)$ and found it on OEIS: Numbers n such that n is prime and is equal to the sum of the first k primes for some k., but there is not a lot of information there.

Best Answer

I wonder if for questions of this type, the following probabilistic paradigm is useful:

Instead of adding all prime numbers, let us "flip a coin" and include the next prime number with a fixed probability $0<q<1.$

In other words, what can we say about the distribution of primes in the sequence of sums

$$S_{\xi}(n)=\sum_{i=1}^n \xi_i p_i,$$

where $p_i$ is the $i$th prime and $\{\xi_i\}$ is a sequence of i.i.d. Bernoulli random variables? The asymptotic needs to be a.s. with respect to the Bernoulli measure.

Related Question