Respuesta :

Given

{2, 4, 8, 16, ...}

Procedure

A recursive formula allows us to find any term of a geometric sequence by using the previous term.

[tex]a_n=2\cdot a_{n-1}[/tex]

Because a geometric sequence is an exponential function whose domain is the set of positive integers, and the common ratio is the base of the function, we can write explicit formulas that allow us to find particular terms.

[tex]a_n=2^n[/tex]