I came across this problem in a Quant finance prep test book. This looks a bit like a geometric series, a bit like an arithmetic series, and a bit like a recursive function.
$ f = \frac{1}{1 + \frac{1} {1 + ...}} $
Which I would rewrite as, $ f = \frac{1}{1 + f} $ , however, this might not be valid.
How do I solve this problem? And what is the name of this sort of problem?