Honestly, I'm kind of stuck... I was looking at the following recursively defined functions. Given $f_0$ and $f_1$ let
$$ f_n\left(x\right) = \int_0^1 F\left(x,s\right) f_{n-1}\left(s\right) + G\left(x,s\right) f_{n-2}\left(s\right) ds $$
for $n > 1$. Is there some trick to solve such kind of recursions?
Thanks in advance.
This is only a very partial answer, but if ${u}_{n} \left(x\right) = {\left({f}_{n-1} \left(x\right) , {f}_{n} \left(x\right)\right)}^{\top }$, the relation writes
$${u}_{n} = \left[\begin{array}{cc}0&I\\ A&B \end{array}\right] {u}_{n-1} = T {u}_{n-1}$$
and $A , B$ are the integral operators with kernels $G$ and $F$. A trick if any, to study the sequence ${u}_{n+1} = {T}^{n} {u}_{1}$ is to study the spectrum of the operator $T$ in a convenient functional space. It is likely that ${T}^{2}$ is a compact operator and Fredholm's theory may apply.