137k views
0 votes
How do I write a recursive formula for this sequence? 2, 6, 18, 54, 162, ... I already know the common difference is x3.

1 Answer

3 votes
For the sequence 2, 6, 18, 54, ..., the explicit formula is: an = a1 ! rn"1 = 2 ! 3n"1 , and the recursive formula is: a1 = 2, an+1 = an ! 3 . In each case, successively replacing n by 1, 2, 3, ... will yield the terms of the sequence. See the examples below.
User Salabaha
by
7.7k points

No related questions found

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