If I have the following series:
$$(1-x)^{-1} = \sum_{n=0}^\infty x^n $$
and I want to differentiate it to get:
$$(1-x)^{-2} = \sum_{n=0}^\infty nx^{n-1} $$
At this point, is it necessary to shift this series to get rid of the first term which is 0 and start it at 1 to get:
$$(1-x)^{-2} = \sum_{n=1}^\infty nx^{n-1} $$
If I do not shift the series and leave it starting with 0, is it considered wrong?
Thank you!