i noticed that there are two formulas for the series representation of $(1+x)^n$, which are:
1) $\sum_{k=0}^\infty {{n}\choose{k}} x^k$
2) $\sum_{k=0}^\infty \frac{(-n)_k}{k!} (-x)^k$
What is the difference between them? which one is the correct one? all i want is to decide which formula to use only, i have ${n}\choose k$, where n equals $m/2+d$, where m is a positive number, and d is the index of a summation from 0 to $\infty$
in the first definition, in the (nk)(nk), i get negative value inside the factorial(n-k), that makes a problem, but if i use the second difinition, i replace (−n)k(−n)k by (−1)k(n−k+1)k(−1)k(n−k+1)k and it works, so there must be a difference, right? – user42138 Feb 05 '17 at 12:00