Can you find all functions $f:\mathbb N\rightarrow\mathbb N$ satisfying the functional equation $$ f(f(f(n)))=f(n+1)+1 $$
Asked
Active
Viewed 623 times
6
1 Answers
1
The set of valid functions is given by $$ f(n) = \begin{cases} n+1 & n \text{ even} \\ n+5 & n \equiv 1 \pmod 4 \\ n-3 & n \equiv 3 \pmod 4. \end{cases}$$ and $f(n)=n+1$. Solutions can be found here and the official solution can be found here (this is a download link).
user574848
- 1,335
http://math.stackexchange.com/questions/1122390/olympiad-style-question-about-functions-satisfying-condition-fffn-fn1
– CIJ Apr 07 '15 at 21:56