the sum $x_1+x_2+....+x_k =n$ for $x_i,n $ integers and $|x_i|<M < \infty$ has a closed form, from a question I asked ( with a trivial answer). Is there a closed form for $$x_1+x_2+...+x_k \leq n $$ with similar constraints, i.e., $ |x_i|<M< \infty, x_i \in \mathbb Z $ ?
This sum is clearly equal to $$\Sigma_{j=-M}^n C(j+k-1, k-1)$$ (where we adjust the sum by adding $M$ to each term), where $C(a,b)$ is "a choose b" = $\frac {a!}{b!(a-b)!}$ (sorry don't know how to Tex this), but I dont know of a closed for this expression. Any ideas? Thanks.