I recently found out that starting with $\frac{1}{1}$ and letting $p$ be the numerator and $q$ the denominator, then you can generate a sequence that approximates $\sqrt 2$ using:
$$\frac{p+2q}{p+q}$$
The first few terms of the sequence are:
$\frac{1}{1}$, $\frac{3}{2}$, $\frac{7}{5}$, $\frac{17}{12}$, $\frac{41}{29}$, $\frac{99}{70}$, $...$
But why is this case?