According to Wolfram Alpha $\lim_{n \to \infty}e^{-n\sinh^{-1}(T/n)} = e^{-T}.$ I would like to prove this.
Here is what I have tried so far
$e^{-n\sinh^{-1}(T/n)} = e^{-n\log({(T/n) + \sqrt{(1 + T^2/n^2)}})} = (T/n + \sqrt{(1 + T^2/n^2)})^{-n}.$
From here it suffices to show that $T/n + \sqrt{(1 + T^2/n^2} = 1 + T/n$ since then
$\lim_{n \to \infty}e^{-n\sinh^{-1}(T/n)} = \lim_{n\to \infty}(1 + T/n)^{-n} = \lim_{n \to \infty}\frac{1}{(1 + T/n)^n} = e^{-T}.$
Any help is appreciated.
Take $m=\frac{1}{n}$, then you have $$e^{\lim_{m\to 0+} -\frac{\log (Tm+\sqrt{1+T^2m^2})}{m}}$$ Now we use good old L'Hopital inside the exponent to get $$\lim_{m\to 0+} -\frac{\log (Tm+\sqrt{1+T^2m^2})}{m}=\lim_{m\to 0+}-\frac{T+(1+T^2m^2)^{-1/2}T^2m}{Tm+\sqrt{1+T^2m^2}}$$ Fortunately, lots of things go to zero, leaving the limit as just $-T$.