I'me following some summation examples and I came to this situation $$|4-4| + \sum_{n=1}^{\infty} |4\cdot0.1^n| = -4+4\sum_{n=0}^{\infty} 0.1^n$$
How do they get to the last result? I thought that $|-4+4|=0$ and decreasing the index should become $\sum_{n=0}^{\infty} |4\cdot0.1^{n+1}|$
What am I doing wrong?