I was wondering how the starting index affects this arithmatic series and series in general when using the formulas:

$\displaystyle=2\times\left(\frac{41\times40}2\right)-1$
$\displaystyle=1640-1$
$\displaystyle=1639$
if the index starts at 3 instead of say 1, does this affect the answer?
\begin{align} \sum_{i=3}^{40}(2i-1)&=\left(\sum_{i=3}^{40}2i\right)-\left(\sum_{i=3}^{40}1\right)\\ &=2(3+4+\dotsb+40)-(\underbrace{1+1+\dotsb+1}_\textrm{38 of these})\\ &=2\big((1+2+3+4+\dotsb+40)-(1+2)\big)-(\underbrace{1+1+\dotsb+1}_\textrm{38 of these})\\ &=2\Bigg(\left(\frac{40\times41}{2}\right)-(1+2)\Bigg)-(38)\\ &=2\left(\frac{40\times41}{2}-3\right)-(38)\\ &=2(820-3)-38\\ &=1596 \end{align}