Question 268945
Find the fourth term in the following recursively defined sequence. 
a1 = 2 
an = an-1 + 3 
--------------------
a1 = 2
a2 = 2+3 = 5
a3 = 5+3 = 8
a4 = 8+3 = 11
=================='
Cheers,
Stan H.