Came across this problem a little while ago but can't seem to get beyond a certain point.
Let $f:\mathbb{N} \rightarrow \mathbb{N}$ such that $f(n+1)>f(n)$ and $$f(f(n))=3n$$ for all $n$. Evaluate $f(2001)$.
I think induction might be the best way to approach this, but I can't even work out a good lemma to start with.
This question is very different to the "duplicate". The other one, though sharing the same equation, is simpler requiring only to calculate $f(10)$, no lemma or induction required.