Respuesta :

[tex]\bold{\text{Answer:}\quad \text{Recursive formula:}\ a_n=a_{-1}+2n+5}\\.\qquad \qquad \ \text{Explicit formula:}\ a_n=2n^2+3n-6[/tex]

Step-by-step explanation:

-1 → 8 = +9

8 → 19 = +11

19 → 32 = +13

32 → 47 = + 15

a₁ = -1

d = 2n + 5

Recursive formula is: the previous term plus the difference (d)

                               [tex]\large\boxed{a_n=a_{n-1}+2n+5}[/tex]

Explicit formula is the first term plus the product of d and n-1:

[tex]a_n=a_1+d(n-1)\\a_n=-1+(2n+5)(n-1)\\a_n=-1+2n^2-2n+5n-5\\\large\boxed{a_n=2n^2+3n-6}[/tex]