Question 472706
You can either write it as a recursive sequence


*[tex \LARGE a_i = a_{i-1} + i] where a_1 = 1, 


or recall that the sum of the first n positive integers is n(n+1)/2, in which we get


*[tex \LARGE a_i = \frac{i(i+1)}{2}]