1

I've just begun studying binomial coefficient and I'm trying to express $\dbinom{n+2}{k}$ according to $ \dbinom{n}{k}$. With this result I have to conclude that $\dbinom{2n}{2k}, \dbinom{2n+1}{2k}$ and $\dbinom{2n+1}{2k+1}$ are even if and only if $ \dbinom{n}{k}$ is even. I tried to express $ \dbinom{n+2}{k}$ with Van der Monde's Formula but I did not succeed in finding the good result.

Thank you

Joffan
  • 39,627
Tom
  • 27

1 Answers1

0

$$\newcommand{\c}[2]{^{#1}{\rm C}_{#2}} \frac{\c{n+2}k}{\c nk}=\frac{(n+2)!}{(n+2-k)!k!}.\frac{(n-k)!k!}{n!}=\lambda\text{(say,I'm not solving this)}\implies \c{n+2}k=\lambda \c nk$$

RE60K
  • 17,716