I am not sure if my question is asked with the correct terms.
I have a non-homogenous second order recurrence relation :
$$a_{n}+\beta \alpha a_{n-1} + \beta (1-\alpha) a_{n+1}+ C = 0 $$
where $\alpha,\beta \in (0,1) $, $C$ a finite constant, and $n \in Z=\{...,-1,0,1,...\}$.
Suppose the following two conditions are substituting two initial conditions :
$\lim_{n\rightarrow\infty}a_{n}=c_{1}$ and $\lim_{n-\rightarrow\infty}a_{n}=c_{2}$ where both $c_{1}$ and $c_{2}$ are finite constants.
In this case, does there exist a unique solution? can I characterize it as a closed-form solution?
Any formal references would be more than appreciated.