Let $X\in\mathbb{Z}.$ Let $F_n$ be a sequence of positive integers given by
$$F_{i+1}=F_i+F_{i-1}$$
$$F_2=X*F_1+F_0$$
I am trying to find an upper bound or (sharp) inequality of $F_i$ in terms of $F_1$ and $F_0$.
If $F_{i+1}=F_i+F_{i-1}$ for all $i$, then substituting $F_i=q^i$ gives $F_i=(\frac{1+\sqrt{5}}{2})^i$.
In our case, $$F_j= (\frac{1+\sqrt{5}}{2})^j+(XF_1+F_0)-(F_1+F_0)= (\frac{1+\sqrt{5}}{2})^j+(X-1)F_1 \,\,(*)$$
Is the first equality in $(*)$ correct?
The general solution of $F_{i+1}=F_i+F_{i-1}$ is $F_j=A\phi^j+B\overline\phi\,^{j}$ where $\phi=(1+\sqrt5)/2$ and $\overline\phi=(1-\sqrt5)/2$, and $A$ and $B$ are determined by the initial conditions. In your case the initial conditions are $F_1=F_1$ and $F_2=XF_1+F_0$. So you can substitute in $i=1$ and $i=2$ to get two linear equations for the two unknowns $A$ and $B$, and then you'll have your equation for $F_j$.