Let an infinite sequence $S$ be a "Fibonacci-esque sequence" if, for all $n \geq 3, S(n) = S(n-1) + S(n-2).$ We can reduce $S$ modulo $1$ to get a "reduced Fibonacci sequence." These sequences can contain the element $0$, but not the element $1$. For example, the sequence $0.2, 0.6, 0.8, 0.4, 0.2, 0.6, 0.8, 0.4, ...$ is a reduced Fibonacci sequence with infimum $0.2.$ What is the largest possible infimum of a reduced Fibonacci sequence? What about reduced Fibonacci sequences containing only rational numbers?
In one of the answers, a sequence of reduced Fibonacci sequences was presented with infima approaching $\frac{1}{3}$.
The reduced Fibonacci sequence $\frac{19104}{64079}, \frac{39071}{64079}, \color{red}{\frac{58175}{64079}}, \frac{33167}{64079}, \frac{27263}{64079}, \color{red}{\frac{60430}{64079}}, \frac{23614}{64079}, \frac{19965}{64079}, \frac{43579}{64079}, \color{red}{\frac{63544}{64079}}, \frac{43044}{64079}, \frac{42509}{64079}, \frac{21474}{64079}, \color{red}{\frac{63983}{64079}}, \frac{21378}{64079}, \frac{21282}{64079}, \frac{42660}{64079}, \color{red}{\frac{63942}{64079}}, \frac{42523}{64079}, \frac{42386}{64079}, \frac{20830}{64079}, \color{red}{\frac{63216}{64079}}, \frac{19967}{64079}, \frac{19104}{64079}, \frac{39071}{64079}, …$ which contains only rational numbers, has infimum $\frac{19104}{64079}$ and period $23.$ It is best up to denominator $75000$.
The best known cases are those in this conjecture that I made.
I have highlighted all the "big" elements (above three times the infimum) in red, since they seem to have a pattern, appearing every $3$ or $4$ numbers, and this pattern seems worth analyzing.
I conjecture that for irrationals, the bound is $\frac{1}{3},$ and for rationals, the bound is $\frac{2}{3\sqrt{5}}.$
This provides an improved bound on the answer when you're allowed to have irrational values.
Let $\phi=\tfrac{1+\sqrt 5}2$ be the golden ratio. Let $S(1)=\tfrac 1 3+x$ and $S(2)=\tfrac 1 3 - \tfrac x \phi$.
Then $$ S(3)= \tfrac 2 3 + x(1-\tfrac 1\phi) = \tfrac 2 3 + x \phi^{-2}\\ S(4)=1+x(1-\tfrac 2\phi )=1-x \phi^{-3}\\ S(5)=\tfrac 5 3 +x(2-\tfrac 3\phi )=\tfrac 5 3+x \phi^{-4} $$
As you can see, the $x$ term keeps shrinking.
Because the period is even, the terms that are near integers (eg $S(4)$) always have a negative coefficient on $x$ -- so when you reduce modulo 1, you never get terms near 0, just terms near 1/3, 2/3, and slightly below 1.
You can set $x$ as small as you want to get the infinum as close to 1/3 as you want.