Find the first five terms of the sequence described:
a sub 1 = 3
a sub n+1 = a sub n + 5

From the given recursive definition,
[tex]a_1 = 3[/tex]
[tex]a_2 = a_1 + 5 = 3 + 5 = 8[/tex]
[tex]a_3 = a_2 + 5 = 8 + 5 = 13[/tex]
[tex]a_4 = a_3 + 5 = 13 + 5 = 18[/tex]
[tex]a_5 = a_4 + 5 = 18 + 5 = 23[/tex]