If n takes values less than $-1$ how do I evaluate the following summation:
$$y[n]= \sum_{k=n+1}^{\infty} a^{n-k}$$
Do I need to switch signs of n because n takes only negative values? I'm sorry if this question seems stupid....I'm not that well versed with summation
Edit: a is a number greater than 1
The way I tried to solve it is:
$$y[n]= a^n((\sum_{k=n+1}^{-1} a^{-k})+(\sum_{k=0}^{\infty} a^{-k}))$$
where the second summation evaluates to $$\frac{1}{1-a^{-1}}$$
but somehow the first summation seems to give me a problem