I need to find all functions $f:\mathbb N^*\to\mathbb N^*$ that satisfy the relation: $$f(n)+2f(f(n))=3n+5.$$
Here $\mathbb N^*$ denotes the set of positive integers.
I have calculated that $f(1)=2$, $f(2)=3$, $f(3)=4$.
Observing from this pattern, I could use the arithmetic formula to find one function that satisfying this relation; $a_n=a+(n-1)d$. Substituting $a=1, d=1$:$$a_n=1+n.$$ May I know if there are other functions that satisfy such relation? Or there is only one function, which is $n+1$ satisfying the relation.