Question: How to solve non-linear ODE power series

I need help finding the 10th order power series and graphing it. The initial problem is x2y''+xy'+x2y=0 with initial conditions y(0)=0 and y'(0)=0. Whenever I try using dsolve({eqn, y(0) = 0, (D(y))(0) = 0}, y(x), type=series) where eqn= the initial problem, it doesn't give an output, not even an error message. And help or ideas at all would be greatly appreciated.

Please Wait...