I've recently been searching around the web for an inverse of the zeta function, $ \zeta^{-1}(s) $, somewhat unsuccessfully. I then came across $$ \zeta(s) = \frac{\eta(s)}{1-2^{1-s}}, $$ where $$\eta(s) = \sum^\infty_{k=1} \frac{-1^{k-1}}{k^s}$$ I then manipulated it like so:
$$\begin{align*} \zeta(s) &= \frac{\eta(s)}{1-2^{1-s}} \\[0.1in] \frac{1}{\zeta(s)} &= \frac{1-2^{1-s}}{\eta(s)} \\[0.1in] \frac{\eta(s)}{\zeta(s)} &= 1-2^{1-s} \\[0.1in] \frac{\eta(s)}{\zeta(s)} - 1 &= -2^{1-s} \\[0.1in] -\frac{\eta(s)}{\zeta(s)} - 1 &= 2^{1-s} \\[0.1in] \log_2\Bigl(-\frac{\eta(s)}{\zeta(s)} - 1\Bigr) &= 1-s \\[0.1in] -\log_2\Bigl(-\frac{\eta(s)}{\zeta(s)} - 1\Bigr) -1 &= s \end{align*}$$
So there you go? An inverse of the zeta function. However, when I input it into Wolfram Alpha, it doesn't work, as in:
$$ \zeta^{-1}(2) \approx -1.58496-4.53236i $$ $$ \zeta(-1.58496 + -4.53236i) = 0.282432... - 0.377775... i $$
Any help?