Compute the sum 1+4+7+10+...100+103
First we find the number of terms which is (103-1)/3+1=102/3+1=34+1=35. Now notice that every pair adds up to 103+1=104. So the sum is 104(35)/2=1820.