130k views
2 votes
Write a recursive sequence that represents the sequence defined by the following explicit formula: an = -3x(-4)^n

1 Answer

6 votes

\begin{gathered} a_n=-3x(-4)^n \\ a_1=-3x(-4)^1_{} \\ a_1=12x \\ a_n=a_(n-1)(-4) \end{gathered}

User Nnesterov
by
4.8k points