Had this question from some exam which goes like so:
Let $V_r$ denote the sum of first $r$ terms of an arithmetic progression whose first term is $r$ and the common difference is $(2r-1)$. Let $T_r = V_{r+1} - V_{r}$ and $Q_r = T_{r+1}-T_r$ for $r=1, 2, 3 \cdots$
The sum $V_1 +V_2 + \cdots + V_n$ is?
Answer: $\frac{1}{12}n(n+1)(3n^2+n+2)$ (just writing so you could know the terms the answer is in)
My line of reasoning was this: For any given AP, I generalized a formula for the calculation of sum of sums of terms, $\sum_{i=1}^{n}S_i =\frac{n(n+1)}{6} (3a+nd-d)$
Where $a, n$ and $ d$ have their usual meanings. So I figured it is just the same thing, plug in values, and get the answer but after a while, I realized that
Let $V_r$ denote the sum of first "$r$" terms of an arithmetic progression whose first term is "$r$"
This r has a unique condition to it so I could not use what I just derived. Could someone help me with this.