You can put this solution on YOUR website! sum(S) = (n/2)*(a1 + an), where a1 is the first term and an is the nth term
we need to find n for 59
59 = a1 + (n-1)*d where d is the difference between terms
59 = 2 + (n-1)*3
57 = 3n -3
3n = 60
n = 20
returning to our sum formula
S = (20/2)*(2 + 59)
S = 10*61 = 610
our sum is 610