How to solve the following recursive equation?
$$a_1=1,a_2=0$$ $$a_{n+2}=n(a_{n+1}-xa_n),\quad n\geqslant 1.\tag{1}$$
From (1) we have $$a_{3}=-x, \quad a_4 = -2 x, $$ $$a_5 = 3 (-2 + x) x, \quad a_6 = 4 x (-6 + 5 x),\cdots$$
This problem showed up when I tried to find convergent series expansion for ${_1F_1(1,9/4+ix,-y)}$ as $y\to+\infty$ and $0