Let $p_n$ be the $n^\text{th}$ prime and $g_n$ be the $n^\text{th}$ prime gap ($p_{n+1} - p_n$). Calculating the serie up to $n = 10^6$ it seems that
$$\sum_{n=1}^\infty \frac{n}{{p_n}^{g_n}} < 1$$
Could this be true and is there a way to prove it?
(This is a follow up question to this, although perhaps a harder nut to crack.)
We have $g_n\geq 2$ so $\frac{1}{p_n^{g_n}} \leq \frac{1}{p_n^2}$. Further we have $p_n> n\log n$ for $n\geq 1$ by the prime number theorem (or Rosser's theorem to be precice). This implies that
$$S \leq \sum_{n=1}^{k}\frac{n}{p_n^{g_n}} + \sum_{n=k}^\infty\frac{1}{n(\log n)^2} \leq \sum_{n=1}^{k}\frac{n}{p_n^{g_n}} + \frac{1}{\log(k)}$$
since $ \sum_{n=k}^\infty\frac{1}{n(\log n)^2} \leq \int_k^\infty \frac{dx}{x\log^2(x)} = \frac{1}{\log(k)}$. Computing the first sum above numerically we get
$$S \leq 1.355$$
for $k=10$. To push the bound below $1$ seems to require more precise estimates.