
David W. answered 07/26/21
Experienced Prof
When you say, "each term in the sequence is obtained by multiplying -1/3 to the previous term," that is the recursive definition.
An explicit definition can give a value for the nth item in a sequence by simply using the value of n:
an = -27 * (-1/3)n-1 (more generally written as: an = a1 * (-1/3)n-1 )
Yuna L.
Thank you so much for clearing things up!07/27/21