What is the result of the following limit?
$$ \frac{1\times3\times5\times\cdots}{2\times4\times6\times8\times\cdots} = \lim_{n \rightarrow \infty}\prod_{i=1}^{n}\frac{(2i-1)}{2i} $$
If I remember correctly, it is something related to $\pi$.
How can I compute it? And moreover, how can I compute the summation of the series?
If you take the numerator product up to $2n-1$ and the denominator up to $2n,$ you have exactly $$ \frac{(2n)!}{4^n (n!)^2} $$
By Stirling's approximation this is asymptotic to $$ \frac{1}{\sqrt {\pi n}} $$ and goes to $0$ slowly. If we were to add one more term to the numerator, that is $2n+1,$ the expression would go to $\infty$ slowly, as a constant times $\sqrt n.$
The only simple way to get a limit is to take the numerator up to $2n-1$ as before, but also multiply the numerator by a single factor of $\sqrt n.$ Then the limit would be $1/ \sqrt \pi$