The equation 6x2y'' - 4y' + 2y = 0 transforms to y'' = (2/3x2)y' -(1/3x2)y
If the solution is centered at x = 1, the y will have the general solution of
y = f(x) = ao + a1(x-1) + a2(x-1)2 + a3(x-1)3 ........
We find that y(1) = ao, y'(1) = a1, y''(1) = (2/3)a1 - (1/3)ao, y'''(1) = (4/9)ao - (11/9)a1
Since the series is also a Taylor's series of the form
f(x) = f(1) + f'(1)(x-1) + f''(1)(x-1)2/2! + f'''(1)(x-1)3/3!.....
Then, substituting all of the derivatives in the equation, we get
y = f(x) = ao{ 1 - (1/6)(x-1)2 + (2/27)(x-1)3 } + a1{ (x-1) + (1/3)(x-1)2 - (11/54)(x-1)3 }