Prove by induction that $\displaystyle\prod_{i=1}^{n}\frac{n+i}{2i-3}=2^n(1-2n)$.
What I did:
It's easy to see that the base case is true. Then I have to prove that if the statement is true for $n$ then it must be true for $n+1$. That is to say, if true for $n$, prove that $\displaystyle\prod_{i=1}^{n+1}\frac{n+1+i}{2i-3}=2^{n+1}(1-2(n+1))=\left(\prod_{i=1}^{n}\frac{n+1+i}{2i-3}\right)\frac{2n+2}{2n-1}=-2\cdot2^n(2n+1)$. Of course the $+1$ inside the product is blocking my progress, because I can't replace it by the inductive hypothesis. I've figured that $-2\cdot2^n(2n+1)=-2\cdot2^n(1-2n)-n2^{n+3}$, but I don't know if that helps.
Help is much appreciated!
Since induction is required, consider this: $\displaystyle\prod_{i=1}^{n+1}\frac{n+1+i}{2i-3}=\prod_{i=1}^{n}\frac{n+i}{2i-3}\Big(\frac{(2n+1)(2n+2)}{(2n-1)(n+1)}\Big) \implies$
$2^{n+1}(2n+1) = 2^n(2n-1) \frac{(2n+1)(2n+2)}{(2n-1)(n+1)}$ is true under assumption, which means assuming the first case is true, induction holds.