Mathematica knows that:
$$n^k=\lim_{s\to 1} \, \frac{\zeta (s) \left(1-\frac{1}{\exp ^{s^{n^k}-1}(n)}\right)}{n}$$
Why is the above a trivial identity? What is it about the Zeta function that makes it obvious?
I know experimentally that one can test a zeta zero with the integral:
$$\int_0^{\infty } \frac{1}{\exp \left(x^{\frac{1}{\rho _1}}\right)+1} \, dx$$
which resembles the expression inside the parentheses in the limit a little bit.
If any one knows how to rewrite the latex of the limit to make it more readable, feel free to edit.
As a Mathematica program this limit is:
Clear[s, n]
Limit[Zeta[s]*(1 - 1/Exp[n]^(s^n^k - 1))/n, s -> 1]
$$\tag11-\frac1{\exp(n)^{s^{n^k}-1}}=1-\exp(n(1-s^{n^k}))$$ where $1=\exp(n(1-1^{n^k}))$, so $$ \lim_{s\to 1}\frac1{s-1}\left(1-\frac1{\exp(n)^{s^{n^k}-1}}\right)$$ is by definition the derivative of $(1)$ at $s=1$, which is $$\left.\frac d{ds}\left(1-\exp(n(1-s^{n^k}))\right)\right|_{s=1}=\left.-n(-n^k)s^{n^k-1}\exp(n(1-s^{n^k}))\right|_{s=1} =n^{k+1}$$ Now all we need to know about $\zeta$ is that $\lim_{s\to1}(s-1)\zeta(s)=1$ as everything nicely cancels.