I came across a sum: $$p_k(x, n) = \sum_{i=0}^{k-1} {n + i - 1 \choose i} x^i$$
and I was wondering if it had a closed form. I found on wikipedia:
$$\sum_{i=0}^{\infty} {n + i - 1 \choose i} x^i = (1 - x)^{-n} \text{ for } |x| < 1$$
but it had neither a derivation I could try to amend nor a partial sum expression.
I tried using partial derivatives wrt $x$ to transform it into a differential equation but couldn't work anything out. A good approximation for large $k$ would also be helpful.