Respuesta :

explicit
an=a1(r)^(n-1)
an=4(5)^(n-1)

recursive
[tex]a_n=5a_{n-1}[/tex] where a1=4

first 5 terms are
4,20,100,500,2500