I have the ODE
$$y''-9x^4y=0,$$ and I want a series solution of the form $$y(x)=\frac{1}{\sqrt{3}x}e^{x^3}\sum_{n=0}^\infty a_n x^{n\alpha}$$ for some constant $\alpha$.
Through all my attempts, I get $\alpha=3$ and $$\sum_{n=0}^\infty 18 na_nx^{3n}+\sum_{n=-1}^\infty (3n+2)(3n+1)a_{n+1}x^{3n}=0.$$ However, this immediately tells me $a_0=0$ and $$a_{n+1}=\frac{18n}{(3n+2)(3n+1)}a_n$$ so the whole series is 0. I know this is wrong because I know the solution is supposed to be $$\sqrt{2\pi x}I_\frac{1}{6}(x^3),$$ where $I_\nu(x)$ is the modified Bessel function of the first kind. Can anyone tell me where the hole in my thinking is? Thank you in advance.
$$y''=\sum_{n=0}^\infty a_n\frac{x^{3n-3}\left(9x^6+18nx^3+9n^2-9n+2\right)\mathrm{e}^{x^3}}{\sqrt{3}}$$