Let $\alpha$ and $\beta$ be the roots of $x^{2}-x-1=0$, with $\alpha>\beta$. For all positive integers $n$, define $a_{n}=\frac{a^{n}-\beta^{n}}{\alpha-\beta}, \quad n \geq 1, b_{1}=1$ and $b_{n}=a_{n-1}+a_{n+1}, n \geq 2$. Then which of the following options is/are correct?
(A) $\sum_{n=1}^{\infty} \frac{b_{n}}{10^{n}}=\frac{8}{89}$
(B) $b_{n}=\alpha^{n}+\beta^{n}$ for all $n \geq 1$
(C) $a_{1}+a_{2}+a_{3}+\ldots .+a_{n}=a_{n+2}-1$ for all $n \geq 1$
(D) $\sum_{n=1}^{\infty} \frac{a_{n}}{10^{n}}=\frac{10}{89}$
I tried using basic algebraic manipulations and getting certain recurrence relations and proceeding. But the irony is this question was asked in an exam with max time 3 minutes per question. And I can't get anywhere even less than 15 minutes.
Any intelligent techniques will be appreciated which might not have clicked to me.
A first remark is that, recognizing Binet's formula, the $a_n$ can be identified with Fibonacci numbers $F_n$.
Using generating functions/series is quite natural in such a context.
$$F(x):=\sum_{k=1}^{\infty}F_kx^k=\dfrac{x}{1-x-x^2}=\underbrace{1}_{F_1}x+\underbrace{1}_{F_2}x^2+\underbrace{2}_{F_3}x^3+\underbrace{3}_{F_4}x^4+...\tag{1}$$
(We can consider by assumption that $F_0=0$...)
Setting $x=\dfrac{1}{10}$ in (1) validates affirmation (D).
$$\sum_{k=2}^{\infty}(F_{k-1}+F_{k+1})x^k =\left(\frac{1}{x}+x\right)F(x)-\color{red}{1}=\dfrac{x+2x^2}{1-x-x^2}, \tag{2}$$
whose Taylor expansion is:
$$\sum_{k=1}^{\infty}L_{k}x^k =x+3x^2+4x^3+7x^4+11x^5+21x^6+\cdots$$
setting $x=\dfrac{1}{10}$ gives $\dfrac{12}{89}$ (as found by Ivan Kaznacheyeu using other means) invalidating affirmation (A). [NB: the presence of correcting term $\color{red}{1}$ is understood when writing the very first terms of (1)].
Final remark: Indeed, it looks strange that these questions are asked in the framework of a very limited range of time. The generating formula has to be known... Morever, what about less known Lucas numbers ?