I doing some derivation for my work. In some textbook, I got the following simplification, $x = \sum_{k=0}^{L-1}\frac{1}{2p+2(k+1)}$ to $x=\frac{2^{L-1}\sum_{k=0}^{L-1}\frac{L!}{k+1}}{\prod_{k=0}^{L-1}2p+2(k+1)}$, where $p$ is constant.
I could get the denominator, but I'm not able to get how the numerator got modified? Is this true simplification using the method of mathematical induction or if its true how it can done?
Please clarify my doubt? Thanks.
is this: $$x=\frac{ \sum_{k=0}^{L-1}{\left(\prod_{i\ne k}^{L-1} {2p + 2(i+1)} \right)}}{ \prod_{j=0}^{L-1} {2p + 2(j+1)}}$$ useful?