$$\sigma_3 = \sum_{k=0}^7 (k+2)^3 $$
in the image I have attached you can see an equation which I can not solve. However one student at my university who has solved the equation has added an 8 (+8) to the equation in the next step and has increased the "0" under the summation sign to a 1. I think if you could explain why he/she did that it would be a great help. Thanks.
sum([(k + 2)^3 for k in range(8)])into this cite https://sagecell.sagemath.org/ and press "Evaluate". – WhatsUp Oct 22 '19 at 16:42