(a_n) = (a0) * ( (r)^(n-1) )
a_n == The target number based on n
a0 == the zeroth number in the set
r == the rate of change per increment of n
-1 == an offset to help start the sequence at the appropriate spot
(a_n) = (a0) * ( (r)^(n-1) )
a_n == The target number based on n
a0 == the zeroth number in the set
r == the rate of change per increment of n
-1 == an offset to help start the sequence at the appropriate spot
Powered by WordPress