I've been playing with a computational system that represents numbers in their simple continued fraction form.
That is, CF([a0,a1, ... , an]) =a0 + \frac{1}{ a_{1}+\frac{1}{a_{2}+\ddots\frac{1}{a_{n}}} }Considering what types of numbers such a system can represent, the finite CF's correspond to...