How Do I compute this expression efficiently

43 Views Asked by At

I want to compute the expression efficiently ,How do I simplify it? $$\sum_{i=0}^x \frac{k!}{(u+i)!i!(r+x-i)!(x-i)!}$$ given $u,r,x,k$. Given relation $k=u+r+2*x $