Question 891699
{{{n = (k*(k+1))/2}}}, where k is the place of the number in the sequence.  E.g., the 5th term is n = (5*6)/2 = 15, etc...