Why is this equivalence true?
$$\sum_{i=0}^{n-5} 4(n-i-5)^3 = 4 \sum_{i=5}^n (n-i)^3$$ With the first sum I would make an index shift by 5 and would get: $$4 \sum_{i=5}^n (n-i-10)^3.$$ My questions are thus: Why is the first equivalence true? What is the procedure and why is my index shift wrong?