$\newcommand{\P}{\operatorname{P}}$I'm wondering if this sum of prime numbers converges and how can I estimate the value of convergence.
$$\sum_{k=1}^\infty \frac{\P[k+1]-2\P[k+2]+\P[k+3]}{\P[k]-\P[k+1]+\P[k+2]}$$
$ \ $
\begin{align} \sum_{k=1}^{10} \frac{\P[k+1]\cdots}{\P[k]\cdots} & = 0.4380952380952381` \\ & \,\,\, \vdots \\ \sum_{k=1}^{10^5} \frac{\P[k+1]\cdots}{\P[k]\cdots} & =0.49433323447491884` \\[10pt] \sum_{k=1}^{10^6} \frac{\P[k+1]\cdots}{\P[k]\cdots} & = 0.49433634247938607`\ \approx \frac{5}{7}\zeta(3)^{-2} \end{align}
$\ $
$ \zeta(s) \ $ is the Reimann zeta function
P$[n] \ $ is the $n^\text{th}$ prime number
This is enough to assert that the series converges?
How can I estimate the value of convergence and if it is rational or irrational?

As I commented on @user1952009's answer, the series converges under assumption of Cramer's conjecture. However, we can prove the convergence of the series unconditionally. We have in fact a result on partial sums of squares of prime gaps which was proven by R. Heath-Brown. Here's the link to the paper:
After @user1952009's answer, it suffices to consider the convergence of (1): which is $$ \sum_{k=2}^{\infty} \frac{g_k g_{k+c}}{k^2 \log^2 k} < \infty. $$
Note that $2g_kg_{k+c}\leq g_k^2 + g_{k+c}^2$, so it suffices to consider the convergence of $$ \sum_{k=2}^{\infty} \frac{g_k^2}{k^2\log^2 k} $$ since the same idea will apply to $\sum_{k=2}^{\infty} \frac{g_{k+c}^2}{k^2\log^2 k}$. Let $A(x)=\sum_{k\leq x} g_k^2$, $f(x) = \frac1{x^2 \log^2 x}$. Heath-Brown's result states $A(x) \ll x^{23/18+\epsilon}$. Then by partial summation, we have $$ \begin{align} \sum_{2\leq k\leq x} \frac{g_k^2}{k^2\log^2 k}&=\int_{2-}^x f(t) dA(t) \\ &=f(t)A(t) \bigg\vert_{2-}^x -\int_{2-}^x A(t) f'(t)dt\\ &=f(2-)A(2-) + O\left( x^{-\frac{13}{18}+\epsilon} \right)+\int_{2-}^x \frac{2A(t) (\log t + 1) }{t^3\log^3 t}dt \end{align} $$ Now, we have the convergence since $23/18 - 3 = -31/18<-1$.
Another problem that uses Heath-Brown's result is here.