Let $a_n$ and $b_n$ be a recursive sequence with seed value $a_0=0,a_1=1$, $b_0=1$ and $b_1=2$ such that
$$\begin{align} \\ &a_{n+1}=(4n+2)a_n+a_{n-1}\\\\&b_{n+1}=(4n+2)b_n + b_{n-1} \end{align}$$
Find $\displaystyle\lim_{n\rightarrow\infty} \frac{a_n}{b_n}$. (Ans. $\frac{e-1}{e+1}$)
I don't know how to start. Any help would be appreciated.