How is $r*\binom{n}{r}*\binom{n}{r+1}/(r+2)= n*(\binom{n-1}{r-1})*(\binom{n+1}{r+2}/(n+1))$?,
Now this was a term which was a step which was a part of a sequence related question. But my doubt what prompts one to write the RHS directly from LHS? When I equated LHS and RHS, I verified its correct. But how do one get it that the given LHS=RHS.
Here's an approach that avoids factorials and instead uses the absorption identity $k \binom{n}{k} = n\binom{n-1}{k-1}$ twice: $$ \frac{\color{red}{r\binom{n}{r}}\color{blue}{\binom{n}{r+1}}}{\color{blue}{r+2}} = \frac{\color{red}{n\binom{n-1}{r-1}}\color{blue}{\binom{n+1}{r+2}}}{\color{blue}{n+1}}$$