If you want to find these numbers, you should search in the limit values of sequence numbers like Fibonacci numbers. For example, Consider the following sequence
\begin{equation}
a_n=
\left\{
\begin{array}{cc}
a_{n-3} & n=1(mod \hspace{1mm}2)~,\\ \\
a_{n-3}+ a_{n-2} & n=0(mod \hspace{1mm}2)~.
\end{array}
\right.
\end{equation}
with the following initial values
$$a_0=0~, \hspace{5mm} a_1=1~, \hspace{5mm} a_2=0~.$$
Now, consider the limit values of the $a_n$ sequence are defined as follows
$$
\lim_{n\rightarrow\infty}\frac{a_{2n}}{a_{2n+1}}=\alpha_1~,\quad
\lim_{n\rightarrow\infty}\frac{a_{2n+1}}{a_{2n+2}}=\alpha_2~.
$$
with calculation, you can see that
\begin{equation}
\left\{
\begin{array}{ccc}
\alpha_1 &=& 1.4655712318767680267\, , \\
&&\\
\alpha_2 &=& 0.4655712318767680267\, .
\end{array}
\right.
\end{equation}