50.7k views
4 votes
a sequence is defined recursively by the formula f(n 1) = f(n) 8 . the first term of the sequence is 6. what is the next term in the sequence?

1 Answer

3 votes
f(2) = f(1 + 1) = f(1) + 8 = 6 + 8 = 14
User Pawel Batko
by
7.7k points

No related questions found