I'm trying to simplify the following formula, but I keep failing to do.
$$ \sum_{k=0}^{\infty} \binom{k + r - 1}{k} x^k $$
I tried:
From the Hockey-stick identity,
$$ \sum_{k=0}^{n} \binom{k + r - 1}{k} = \binom {n+r}{n}$$
But I have no clue to apply the fact to simplify the above formula.
Is there anyone to give a hint for it?