Let $\alpha <1, k\le n$. Consider the sequence $$a_0 = 1, a_{i+1} = \alpha^{n-i} a_i.$$
I'm trying to upper bound the sum $$S(\alpha, n, k) := \sum_{i = 0}^k a_i.$$ Note that the sequence $\{a_i\}$ is dominated by a geometric sequence with the ratio $\alpha^{n-k}$, but the upper bound that results from this is too weak for the problem I want to apply this to. I also tried splitting the sum into blocks and separately bounding each block by a geometric series, but this quickly turned intimidatingly messy. Is there a trick I can use to exploit the stronger initial decay? Alternately, is there a neat way to deal with the multiple geometric series approximation?
In case helpful, it may be assumed that $k\gg 1$, and that $\alpha \ll 1$.