The easiest way to get the answer is to use a spreadsheet. That will allow you to look at ways of getting the answer if you are not certain.
Step One
This is an exponential function and as such you have to make a built in correction factor. To get tn you need to use
tn = 100* [(1.1)^(1/20) ] ^ (20*(n - 1) )
1.1^(1/20) = 1.004776882
tn = 100 * (1.004776882)^(20*(n - 1) ) So if you want the 18th term, you do it like this.
t18 = 100*(1.004776882)^(20*(18 - 1))
t18 = 100*(1.004776882)^ 340
t18 = 100 * 5.0545
t18 = 505.45 Does that agree with what the spreadsheet gives? Amazingly enough it does!
Now we have to figure out how to get the sum of all those terms.
Oddly, you go back to 1.1
The answer can be made closer by using the adjustment we used for each term, but as you can see, the sum is within pennies of agreement.
I don't know how to represent this using sigma notation. I could if I knew the latex for it.
It is definitely a divergent series.