I have this series, and I would like to know if it converges and, if so, for what value.
$$\frac{1}{2}\prod_{n=1}^\infty\frac{\operatorname{prime}(n)-1}{\operatorname{prime}(n)}$$
Looking at the plot, it seems to converge:
Also, considering the values for big n goes close to 1, the series value would converge. What makes sense, considering the small difference that removing 1 should do proportionally in a big number.
$$\frac{\operatorname{prime}(4100000000)-1}{\operatorname{prime}(4100000000)} \approxeq 1 $$
I try to calculate by hand using this recursive function:
$$f(0) = \frac{1}{2}; \qquad f(n) = f(n-1) \cdot \frac{\operatorname{prime}(n)-1}{\operatorname{prime}(n)} $$
I am getting a stable partial result: $f(50000000) \approxeq 0.02711 4$
A similar series, $\frac{1}{2}\prod_{n=2}^\infty\frac{n!-1}{n!} \approxeq 0.1976695 $.
