I am curious about the below function, as it allows one to build a perfect ordering of the prime numbers through a method that I developed, that is, there is a function $f(n)$ such that $f(n)$ is the n-th prime.
Let’s call this new zeta function $\zeta^*$:
$$\zeta^*(s)=\sum_{k=1}^{\infty}\frac{p_k}{k^s}$$
Where $p_k$ is obviously the k-th prime number.
Now the questions that naturally arise are:
1) what is the smallest positive $s>1$ for which this function converges?
2) what are the values of this function at the positive integers?
Any other information about this function helps as well.