Given the sequence 3,6,12,24,48,96

E. Write the recursive formula for the geometric sequence (remember to state what the first term is using subscript notation

The recursive formula for this geometric sequence with a first term of 3 is:

a(n) = 2 * a(n-1), where a(1) = 3