The sequence for which you are looking is: 100, 120, 124, 1 +24.8, 124.96...
It is given by the difference equation: an+1=.2an+100
The solution of this equation is an=.2n + 100/.8 which has limit 125.
The above answer is not quite correct!
The given sequence is correct and the difference equation is correct.
The correct general solution is 100*.2n+100*(1-.2n)/(1-.2) for n≥0
The limit as n->∞ is 125.
Sorry for the initial error.