How do I characterise a progression of the form: $$ c+ba^{-(n-1)} $$
where integer $n > 0$.
My motivation is that I'm trying to find an efficient sum for this progression, to an arbitrary $n$. (The existing function sums by iterative addition, which is very inefficient for even moderately large $n$.)
From asking earlier I am informed this is not a geometric progression (and hence I can't use the sum formula for a geometric progression).
So, what kind of progression is this, and how do I efficiently sum it, ideally with arithmetic no more complex than exponentiation?