Question 1050725
<pre><b> 
1, -2, 4, -8,16

1st term = 1 = 2<sup>0</sup>
2nd term = 2 = 2<sup>1</sup>
3rd term = 4 = 2<sup>2</sup>
4th term = 8 = 2<sup>3</sup>
5th term = 16 = 2<sup>4</sup>

Notice that the exponent of 2 is 1 less than
the number of term.

nth term = 2<sup>n-1</sup> ignoring sign.

But then you need the sign-changer factor (-1)<sup>n-1</sup>.	

nth term = (-1)<sup>n-1</sup>2<sup>n-1</sup>

a<sub>n</sub> = (-1)<sup>n-1</sup>2<sup>n-1</sup>


Edwin</pre>