You start with an integer $n$. Repeat the following process $i$ times:
$n=$ $n+\text{the reverse of n} $
By 'reverse' I mean the digits of the number are flipped, ie $123 \rightarrow 321$.
Is there a general formula for the eventual result in terms of $n$ and $i$? I've tried expressing it more mathematically to try to get an answer, but 'reversing digits' doesn't seem to be something expressable as a formula.