I know this is a very naive question, but I still struggle with summation limits.
How does someone go from the first summation to the second? I am looking at the second equation, second step. We want to make the index start at $0$ instead of $-m$, so we create a new variable $j = n+m$ so that when $n = -m$ we get $j=0$. However this doesn't seem to work as substituting we would get: $$\sum_{j=0}^{\infty}c_{j-m}(z-a)^{j}$$ is it then $n$ a dummy index in the last step? And is my method correct?
