Let $S_i$ be the sum of the first $i$ terms of the arithmetic sequence $a_1,a_2,a_3\ldots $. Show that the value of the expression $$\frac{S_i}{i}(j-k) + \frac{S_j}{j}(k-i) +\ \frac{S_k}{k}(i-j)$$ does not depend on the numbers $i,j,k$ nor on the choice of the arithmetic sequence $a_1,a_2,a_3,\ldots$
Any nice approach to this ?
Let $a_n=a_1+(n-1)d$. So we have $S_n=\frac{n}{2}(a_1+a_n)=\frac{n}{2}(2a_0+nd)$.
Hence, \begin{align} \text{LHS}&=\frac{S_i}{i}(j-k) + \frac{S_j}{j}(k-i) +\ \frac{S_k}{k}(i-j)\\&= \frac{\frac{i}{2}(2a_0+id)}{i}(j-k) + \frac{\frac{j}{2}(2a_0+jd)}{j}(k-i) +\ \frac{\frac{k}{2}(2a_0+kd)}{k}(i-j)\\ &=\frac{(2a_0+id)(j-k)+(2a_0+jd)(k-i)+(2a_0+kd)(i-j)}{2}\\ &=a_1\overbrace{(j-k+k-t+i-j)}^0+\frac{d}{2}\overbrace{\left(ij-ik+jk-ij+ik-jk\right)}^0\\ &=0 \end{align}