I want to evaluate $\lim_{n \to \infty} n\frac{(n-1)!!}{n!!} $
I was solving the integral:
$$I_n:=\lim_{ n \to \infty} \int_0 ^n \left( \frac{2nt}{t^2+n^2} \right)^n dt$$
and I did the following let $t=n \tan(x)$ , $dt= n \sec^2{(x)} dx$then $$I_n =\lim_{n \to \infty} n\int_0 ^{\frac{\pi}{4}} \sin^n{(2x)} \sec^2{(x)}dx =\lim_{n \to \infty} n\left( \int_0 ^{\frac{\pi}{4}} \sin^n{(2x)}dx +\int_0 ^{\frac{\pi}{4}} \sin^n{(2x)} \tan^2{(x)}dx \right) \geq \lim_{n \to \infty} \frac{n}{ 2} \int_0 ^{\frac{\pi}{2}} \sin^n{(x)}dx$$
There is famous formula (Wallis formula) for $\int_0 ^{\frac{\pi}{2}} \sin^n{(x)}dx$ which is $\frac{(n-1)!!}{n!!} $ if $n$ is odd and $ \frac{(n-1)!!}{n!!} \frac{ \pi}{2}$ if $n$ is even,I do believe the integral diverge to infinity i.e $\lim_{n \to \infty} n\frac{(n-1)!!}{n!!}= \infty $ but I couldn't prove that.
Define a sequence $(a_n)_{n\ge 1}$ by $a_n:=n\frac{(n-1)!!}{n!!}$. We find that for all $n\ge 1$, $$a_{n+2}=\left(1+\frac1n\right)a_n.$$ Now, $$a_{2n}=\frac{a_{2n}}{a_2}=\prod_{k=1}^{n-1}\left(1+\frac1{2k}\right)\ge\frac12\sum_{k=1}^{n-1}\frac1k,$$ which famously diverges as $n\to\infty$. Do the same for odd indices and you'll find $$\lim_{n\to\infty}a_n=\infty,$$ as desired.