($P_i$ denotes the ith prime)
I recently derived this question while finding ways to express powers of natural numbers using primes.
My proof is long and tedious to work with and only works for powers of -2.
Are there similar variants to this question in history and is there a more generalised result (Im sure this is related to the Riemann Zeta Function).And if you could ,please give a better proof)
Also i checked in desmos for the first 1000 sums and it seems to be correct
Thanks a lot ☺☺☺
$$\sum_{i=1}^\infty\frac1{p_i^s}\left(1-\sum_{k=1}^{i-1}\frac1{p_k^s}\right)=\frac1{2^s}+\frac1{3^s}\left(1-\frac1{2^s}\right)+\frac1{5^s}\left(1-\frac1{2^s}-\frac1{3^s}\right)=\\ \sum_{p\in P}\frac1{p^s}-\sum_{p\in P}\sum_{q\in P\setminus\{p\}}\frac1{p^sq^s}=1-\prod_{p\in P}\left(1-p^{-s}\right)=1-\frac1{\zeta(s)}, \Re(s)>1$$ by the Euler product formula.