Shifting the Index This is often done when two sums need to be added but their indices of summation do not match. When shifting an index of summation, make the appropriate changes in the corresponding summand. Example Suppose the summation is ∑j=15j2 but we want the index to be between 0 to 4. Let k=j−1, and the term j2 becomes (k+1)2. ∑j=15j2=∑k=04(k+1)2