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
8.3k 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
8.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.