Determine a formula where $f: \mathbb{N}\rightarrow \mathbb{N} $ and f is given by $ f(n+2)=(\frac{1}{2})(f(n+1)+f(n))$ and $f(1)=1, f(2)=2$. I can't manage to transcribe a recursive formula to an explicit function.
This is not a duplicate question, as those answers address the convergence of the sequence. This is asking for a conversion into a new form.