Question 1140234
<br>
The n-th term is the difference between the sum of the first (n-1) terms and the sum of the first n terms.<br>
{{{t(n) = S(n)-S(n-1) = (n^2-1)-((n-1)^2-1) = (n^2-1)-(n^2-2n) = 2n-1}}}