1

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?

Arthur
  • 199,419
Unknown
  • 159

1 Answers1

3

You almost got it. Indeed, $a_n=2n-1$, but only when $n>1$. And $a_1=2$. So, the problem for the case $n=3$ vanishes.