I have to simplify $\sum_{k=0}^n (-1)^k {{n}\choose{ k}} {{k}\choose{ j}}$. I found following identity which might be useful $(-1)^i{{x}\choose{ i}} = {{i - 1 - x}\choose{ i}}$ [but I don't know how it's possible since $i - 1 - x$ is negative]. Could you help me?
Asked
Active
Viewed 88 times
2
-
1What is j? Fixed? – Steve D Apr 11 '16 at 01:54
-
http://math.stackexchange.com/questions/1695176/verify-the-following-identity-algebraically – reuns Apr 11 '16 at 01:59
-
So it equals to $0$? – halex Apr 11 '16 at 02:04
1 Answers
1
Let us demote the sum as $S_{n,j}$ and Use the property that $${n \choose k}{k \choose j}= {n \choose j} {n-j \choose k-j}.$$ Then $$S_{n,j}=\sum_{k=0}^{n} (-1)^k {n \choose k} {k \choose j}=\sum_{k=0}^{n} (-1)^k {n \choose j} {n-j \choose k-j}= {n \choose j} \sum_{k=0}^{n}(-1)^k {n-j \choose k-j}. $$ In $S_{n,j}$ above, let $k-j=p$, Then $$S_{n,j}=(-1)^j {n \choose j} \sum_{p=-j}^{n-j} (-1)^p {n-j \choose p}=(-1)^j {n \choose j} (1-1)^{n-j}= (-1)^n \delta_{n,j},$$ where $\delta_{n,j}$ is the Kronecker delta which is 1 if $j=n$ and zero otherwise.
Z Ahmed
- 43,235