Write an expression for the apparent nth term of the sequenc
     Write an expression for the apparent nth term of the sequence. (Assume n begins with 1.)  1/2, -1/4, 1/8 -1/16, ............. 
  
  Solution
This is a geometric progression with first term(a) =1/2 and common ratio(r) = -1/2.
the nth term of a geometric sequence is given by, tn = arn-1
For eg- 10th term will be t10 = (1/2)(-1/2)9 = -(1/512)...............
Sum till infinity = a/(1-r) = (1/2)/(1/2) = 1.....................

