Use power series to solve the initial-value problem: $$y''-2xy'-2y=0; y(0)=1, y'(0)=0$$
How to we solve this in terms of summation sign?
I got this :
$a_{n+2}=2\frac{a_n}{n+2}$
$y(x)=c_0(1-x^2-\frac12x^4)+c_1(x+\frac23x^3+\frac4{15}x^5)$
I dont know what will it be in terms of odd and even summations.