Mathematica sabe:
$$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$$
que se asemeja a la expresión dentro del paréntesis en el límite un poco más.
Si alguno sabe como volver a escribir el látex del límite para hacerlo más legible, sienta libre de editar.
Como un programa de Mathematica este límite es:
Clear[s, n]
Limit[Zeta[s]*(1 - 1/Exp[n]^(s^n^k - 1))/n, s -> 1]