I have a DEQ:
$$y''-\frac{6}{x}y'+\frac{12+x^2}{x^2}y=0$$
Then in series form:
$$\sum_{m=0}^{\infty}(m+r)(m+r-1)a_mx^{m+r-2}-6\sum_{m=0}^{\infty}(m+r)a_mx^{m+r-2}+12\sum_{m=0}^{\infty}a_mx^{m+r-2}+\sum_{m=0}^{\infty}a_mx^{m+r}$$
The lowerst power is obviously $m+r-2$, and we get the indicial equation $r(r-1)-6r=0 \rightarrow r_1=0, r_1=7$
Next, we equate the powers, since the first 3 are the same, we change the index on the 4th series:
$$s_4=\sum_{m=2}^{\infty}a_{m-2}x^{m+r-2}$$
Rearranging the series:
$$((m+r)(m+r-1)-6(m+r)+12)a_m+a_{m-2}=0$$
Let $r=0$, i get:
$$a_m=-\frac{a_{m-2}}{m(m-7)+12}$$
Then $$a_2=-\frac{a_0}{30}, a_4=-\frac{a_2}{56}=-\frac{a_0}{1680}.....$$
now that just doesn't seem very likely,,i triple-checked my solution, and don't know where i might have made a mistake, can someone have a look?
The lowest power terms include the third term of the equation, you get $$ 0=r(r-1)-6r+12=(r-3)(r-4) $$ as indicial equation, which is then also compatible with the later recursion formula.
The general solution now has the form $y(x)=x^3z(x)$ with one basis solution a power series expansion for $z$, and the other possibly having logarithm terms (which turns out not to be the case here).