Erdős Problem 422 #
Reference: erdosproblems.com/422
Let $f(1) = f(2) = 1$ and for $n > 2$ $$ f(n) = f(n - f(n - 1)) + f(n - f(n - 2)). $$
Note: It is not known whether $f(n)$ is well-defined for all $n$.
Is $f$ surjective?
How does $f$ grow?
Does $f$ become stationary at some point?