To make some interesting recursive function, I generalized Fibonacci numbers to a function $f(x)$ such that satisfies the following condition:
Given a function $g(x)$, such that $g(0)=0$ and $g(1)=1$, defined on the interval $x\in [0,2)$, $f(x+2)=f(x+1)+f(x)$ for $\forall x\in \mathbb{R}$, where $f(x)=g(x)$ on the interval $x\in [0,2)$
I believe that this function has a boring mechanism and there is not so interesting feature in it. Do you think the function is worth investigating deeply?