
Vincent H. answered 07/13/18
Tutor
5
(3)
Experienced Tutor ready to help with math, SAT, and ACT
You are correct about the nature of the sequence. A recursive definition defines each term by the preceding term. In this case, a recursive definition would be An=3 x An-1 because each term is three times the preceding one.
An explicit definition would be An=3n-1 because the first term is 30, the second is 31, the third is 32, and so on.