Is there a way can simplify the following expression further?
$$ \sum_{i=k}^n {i \choose k} a^i$$
where $a$ is some positive real number.
I am aware that
$$ \sum_{i=k}^n {i \choose k} = {n+1 \choose k+1}$$
but the $a^i$ is throwing me off
Is there a way can simplify the following expression further?
$$ \sum_{i=k}^n {i \choose k} a^i$$
where $a$ is some positive real number.
I am aware that
$$ \sum_{i=k}^n {i \choose k} = {n+1 \choose k+1}$$
but the $a^i$ is throwing me off
$$\sum_{i=k}^n {i \choose k} a^i=\frac{a^k}{(1-a)^{k+1}}-a^{n+1} \binom{n+1}{k} \,\, _2F_1(1,n+2;n-k+2;a)$$ where appears the gaussian hypergeometric function (which is far away from elementary functions).