Perhaps a rather strange question. I am doing an exercise and the last part ends: $I = \frac{n!}{(2n)!}$
Now I know that: $$I = \frac{n(n-1)(n-2)(n-3)\cdots}{2n(2n-1)(2n-2)(2n-3)\cdots }$$
Is it possible to cancel out some terms? Or to make it a little bit more 'friendly'?
I think your possible options could be summarised as:
Leaving it as $\frac{n!}{(2n)!}$, which is a perfectly simple expression as it is.
Canceling out the terms and expressing it as $\left[\prod_{i=1}^n(n+i)\right]^{-1}$, but this doesn't really achieve much.
Using the Gamma function, to get $\frac{n!}{(2n)!}=\frac{\sqrt{π} }{2^{2 n}Γ(n + 0.5)}$. In a way this is simpler since the only hard part to compute is $Γ(n + 0.5)$.
Assuming that $n$ is sufficiently large and using $\frac{n!}{(2n)!}\sim \frac1{\sqrt{2}}\left(\frac{e}{4n}\right)^n $, by Stirling's approximation. In fact this approximation is pretty accurate, as shown for the true curve (blue), approximation (red) and absolute error (orange) below.