I am looking to simplify the factorial:
2(i!)/(2i)!.
I know that this could be simplified to:
2/(product of numbers between i+1 and 2i).
However I am unsure how to write that as a more simplified version of the original. To me, this seems as simple as possible.