I'm trying to solve the following recurrence equation, for $\alpha$ and $\beta$ in $\mathbb{R}$.
$$\forall n\in \mathbb{Z}, \; (\alpha+\beta n^2)\, f(n)=\frac{f(n+1)+f(n-1)}{2}$$
I know that if I had an $n$ instead of a $n^2$, I could introduce Bessel functions of the first kind using the relation $J_{n+1}(x)+J_{n-1}(x)={2n \over x} J_n(x)$, but this is not the case here...
Is there by any chance a special function defined by my recurrence relation ?