Respuesta :

The answer is
[tex]\begin{cases}A_1 = 11 \\ A_{n} = A_{n-1}+4\end{cases}[/tex]
----------------------------------------------------------------------------------------------
Explanation:
The first term is [tex]A_1 = 11[/tex]. The next part of the rule, which says [tex]A_{n} = A_{n-1}+4[/tex] is the recursive part. To get the nth term, we add on 4 to the previous (n-1) term. For example, to get the fifth term, you add on 4 to the fourth term. Relying solely on this recursive definition means we need to find all of the previous terms (from 1 to n-1) in order to find a given nth term.