say the sequence is
1, 3, 9, 27...
the recursive rule is
# times 3 = x
for a geometric sequence all you have to do is figure out what the original number was multiplied by to create the second number in the sequence. The equation for that is...
a1 times x = a2