How to solve the recurrence relation
$d_n = a \sqrt{n+1}d_{n+1} + b \sqrt{n} d_{n-1}$ (when $n \in \mathbb { Z } ^ { + } )$, and $d_0 := a d_1$ to find the general form of $d_n$?
I was able to solve for the special case when either $a$ or $b$ are zero (dividing both sides by $\sqrt{n!}$), but not in the general case.
Update: It is interesting to note that the $d_n$'s are related to Hermite polynomials (see answers below). $d_n$'s are proportional to the coefficients of a squeezed state of Harmonic oscillator in the basis of Eigenfunctions of the Hamiltonian (That's how I obtained the recurrence relation). The eigenfunctions of Hamiltonian are also themselves related to the Hermite polynomials.
Let $d_n=c_n\sqrt{n!}$, then we have $c_n=a(n+1)c_{n+1}+bc_{n-1}$ (when $n>0$) and $c_0=ac_1$.
Then $f(x)=\sum\limits_{n=0}^{\infty}c_n x^n$ satisfies $f(x)=af'(x)+bxf(x)$, solved by $f(x)=c_0 e^{(x-bx^2/2)/a}$.
It remains to expand it into a power series (in $x$). With a known formula in mind, this is easy.