Have no idea where to go. A friend suggested taking the difference of Gauss sums, not sure what that means:
$$\sum_{i = 1}^{n}\sum_{j = i}^{2i}j$$
Have no idea where to go. A friend suggested taking the difference of Gauss sums, not sure what that means:
$$\sum_{i = 1}^{n}\sum_{j = i}^{2i}j$$
HINT
Recall that $s(n) = \sum_{k=1}^n k = n(n+1)/2$ and note that $$\sum_{j=i}^{2i}j = \sum_{j=1}^{2i} j - \sum_{j=1}^{i-1} j = s(2i) - s(i-1) $$