Here's my attempt.
Let $S_n=\sum_{i=1}^n a_i$. So, $S_{n+1}=\sum_{j=1}^{n+1} a_j$. Subtracting them will evantually give $a_{n+1}=2n+1=2(n+1)-1\implies a_n=2n-1$.
But the thing is if we put $n=3$, it will give LHS to be equal to $3$ but RHS to be $\frac{10}{3}$. Where am I wrong?