Define $A_n$ by $A_1=12$, $A_2=18$, and $A_n=A_{n-1}+A_{n-2}$ for $n\ge3$. Similarly define $B_n$ by $B_1=5$, $B_2=5$, and $B_n=B_{n-1}+B_{n-2}$ for $n\ge3$.
Terms of $A_n$: $12, 18, 30, 48, 78,\dots$
Terms of $B_n$: $5, 5, 10, 15, 25,\dots$
I found that dividing element $A_n$ by $B_n$ where $n$ approaches $\infty$ appears to result in:
$$\lim\limits_{n\to \infty}\left ( \frac{A_n}{B_n} \right ) = \pi$$
My question is, why does the ratio appear to converge towards $\pi$, and what is the significance of $5, 12, 18$ as to why this happens?