87.7k views
1 vote
What type of sequence is this and how do you use the recursive and explicit rule?

What type of sequence is this and how do you use the recursive and explicit rule?-example-1
User Hazuki
by
6.1k points

1 Answer

3 votes
Arithmetic

Recursive: f(n)=(n-1) + 3 f(1)= 5
Explicit: f(n)= 5+3(n-1)
User Localheinz
by
6.0k points