You can put this solution on YOUR website! what is the explicit form for 1.5 3 6 12 in geometric sequence?
----
n=1: s(1) = 1.5
--
n=2: s(2)= 1.5*2
---
n=3: s(3)= 1.5*2^2
---
n=4: s(4)= 1.5*2^3
--------------------
n=k: s(k) = 1.5*2^(k-1)
============================
Cheers,
Stan H.
===========