Given a positive integer $k$, is it possible to evaluate the following sum? $$ \sum_{i=0}^n \binom{n}{i}^2 i^k\,\,\,? $$
[I know just for $k=0$ the sum is $\binom{2n}{n} \approx 4^n/\sqrt{n}$..]
Given a positive integer $k$, is it possible to evaluate the following sum? $$ \sum_{i=0}^n \binom{n}{i}^2 i^k\,\,\,? $$
[I know just for $k=0$ the sum is $\binom{2n}{n} \approx 4^n/\sqrt{n}$..]
$\implies f(n,m)=n^2f(n-1,m-2)$
– lab bhattacharjee Mar 03 '16 at 17:49$$\implies f(n,m)=n^2f(n-1,m-2)$$
– lab bhattacharjee Mar 03 '16 at 17:58