Just a quick thought without much thinking behind it:

For a real number m in base-10 with n digits in decimal part and o digits in integer part: m = sum(i = o .. -n)(a_i * 10^i). Isn't 10m = sum(i = o .. -n)(a_i * 10^{i + 1}) and isn't this true even if n = inf?