(1+3+7+15+31+..........+n-th term), it is a G.P series. Now find the sumtotal upto n-th term.
I'm providing this long answer because I believe we should help each other; If you do too, and want to create a better world, VOTE BERNIE SANDERS!
I left out a few steps, but you can fill them in.
1+3+7+15+---+nth => 1 + (1 + 21) + (1+21+22) + (1+21+ 22+23) +(1+21+ 22+23+---+2n-1)
= n+ (n-1)21+(n-2)22+(n-3)23+---+ (n-k)2k
\(=\sum_{k=0}^{n} (n-k) 2^{k} \\ = n \sum_{k=0}^{n} 2^{k} - \sum_{k=0}^{n} k \ 2^{k} \\ \\ \mbox{ (now, since} \sum_{k=m}^{n} r^{k} = \frac{r^{m} - r^{n+1}}{1-r} \\ \frac{d}{dr}\sum_{k=0}^nr^k = \sum_{k=1}^n kr^{k-1}= \frac{1-r^{n+1}}{(1-r)^2}-\frac{(n+1)r^n}{1-r} )\\ \mbox{we get:} \\ = n (2^{n+1}-1) - 2[(1-2^{n+1}) + 2^{n}(n+1)] \\ \\ \mbox{and, of course, you can simplify, and test for cases.} \)
Yo can't sum up a GP to the "nth term". You have to specify what the "nth term" is. Is it the 10nth term, is it the 20th term, the 30th term........ and so on.