SOLUTION: Consider a sequence given by the formula f(n) = 1/3n-1 starting with n = 1. Generate the first four terms of sequence.

Algebra ->  Sequences-and-series -> SOLUTION: Consider a sequence given by the formula f(n) = 1/3n-1 starting with n = 1. Generate the first four terms of sequence.      Log On


   



Question 999212: Consider a sequence given by the formula f(n) = 1/3n-1 starting with n = 1. Generate the first four terms of sequence.
Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
I'm thinking you mean
f%28n%29+=+1%2F%283n-1%29
If so
f(1) = 1/2
f(2) = 1/5
f(3) = 1/8
f(4) = 1/11