Don L. answered 11/16/15
Tutor
5
(18)
Fifteen years teaching and tutoring basic math skills and algebra
Hi Sophie, a recursive function for the sequence, 2, 5, 8, 11, 14, ...., would be:
f(1) = 2
f(n) = f(n-1) + 3
Questions?