Let the function $f:\mathbb N^{+}\to\mathbb N^{+}$ such $$f(f(n))+f(n)=2n+2014.$$
Find $f$.
My try: let $n=1$, then we have $$f(f(1))+f(1)=2016$$ let $f(1)=a$,then $$f(a)+a=2016$$ and let $n=a$, then $$f(f(a))+f(a)=2a+2014$$ so $$f(2016-a)+2016-a=2a+2014$$ so$$ f(2016-a)=3a-2$$ then I can't. Thank you.
Not a full solution, but hopefully a useful contribution:
Begin with the guess that $f(n) = an + b$, for $a,b \in \Bbb Z$. We have $$ f(f(n)) + f(n) = 2n + 2014 \implies\\ (a^2+a)n + (a+2)b = 2n + 2014 \implies\\ \begin{cases} a^2 + a = 2\\ (a+2)b = 2014 \end{cases} $$ Solving the first equation yields $a \in \{1,-2\}$, but only $a=1$ can work with the second equation. So, we have $$ b = 2014/(1+2) = 2014/3 \notin \Bbb Z $$ which seems to indicate that no such $f$ (i.e. no $f(n) = an + b$) exists.
In addition: if $f(n)$ is a polynomial of (finite) degree greater than $1$, then $f(f(n)) + f(n)$ must also be such a polynomial, ruling out the equality in question.
So, it seems that $f$ cannot be any polynomial on $n$ (though perhaps a valid power series exists?).