A sequence is defined recursively as follows: a(1) = 1, and a(n)= a(n-1)+n
(a) How do you interpret this recursive rule?

b) Write down the rule for a(2),a(3), and a(4)
it down in your own words.
and determine their values.