I am trying to solve $2x^2y''+3xy'-\left(x+1\right)y=0$ for a while but I can't make a progress.
For a solution near $x=0$ I apply method of series expansion but it doesn't show any closed pattern to related $A_n$ to $A_0$ ; and by more 'direct' method (for $x \ne 0$) it can be reduced to $(x^{3/2} y')'=\dfrac{x+1}{2 \sqrt x} y$ but I don't know how to go further: On one hand there is $y$ is RHS and on the other hand, there is $x^{3/2}$ multiplied by $y'$ in LHS which both ways makes it impossible to proceed.
However, there is a closed form (suggested by wolframalpha - without steps) for the solution : $$y(x) = c_1 \frac1x e^{\sqrt {2x}} (\sqrt 2 - 2 \sqrt x) + c_2 \frac1x e^{-\sqrt {2x}} ( 1+ \sqrt {2x}).$$
Apply the Laplace transformation:
$$\mathcal{L}_x\left[2x^2\frac{\mathrm{d}^2y(x)}{\mathrm{d}x^2}+3x\frac{\mathrm{d}y(x)}{\mathrm{d}x}-y(x)-xy(x)\right](s)=\mathcal{L}_x[0](s)$$
$$\implies 2\frac{\mathrm{d^2}}{\mathrm{ds^2}}\left(\mathcal{L}_x\left[\frac{\mathrm{d}^2y(x)}{\mathrm{d}x^2}\right](s)\right)-3\frac{\mathrm{d}}{\mathrm{ds}}\left(\mathcal{L}_x\left[\frac{\mathrm{d}y(x)}{\mathrm{d}x}\right](s)\right)-\mathcal{L}_x[y(x)](s)+\frac{\mathrm{d}}{\mathrm{ds}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)=0$$
$$\implies \color{darkgreen}{2\frac{\mathrm{d^2}}{\mathrm{ds^2}}\left(s^2\mathcal{L}_x\left[y(x)\right](s)-sy(0)-y'(0)\right)-3\frac{\mathrm{d}}{\mathrm{ds}}\left(s\mathcal{L}_x\left[y(x)\right](s)-y(0)\right)-\mathcal{L}_x[y(x)](s)+\frac{\mathrm{d}}{\mathrm{ds}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)=0\tag{1}}$$
Now they take:
$$\frac{\mathrm{d}}{\mathrm{ds}}\left(s\mathcal{L}_x\left[y(x)\right](s)-y(0)\right)=s\frac{\mathrm{d}}{\mathrm{ds}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)+\mathcal{L}_x[y(x)](s)$$ $$\frac{\mathrm{d^2}}{\mathrm{ds^2}}\left(s^2\mathcal{L}_x\left[y(x)\right](s)-sy(0)-y'(0)\right)=s^2\frac{\mathrm{d^2}}{\mathrm{ds^2}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)+4s\frac{\mathrm{d}}{\mathrm{ds}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)+2\mathcal{L}_x[y(x)](s)$$
Substituting in $\color{darkgreen}{(1)}$, we have:
$$\implies 2\left(s^2\frac{\mathrm{d^2}}{\mathrm{ds^2}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)+4s\frac{\mathrm{d}}{\mathrm{ds}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)+2\mathcal{L}_x[y(x)](s)\right)-3\left(s\frac{\mathrm{d}}{\mathrm{ds}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)+\mathcal{L}_x[y(x)](s)\right)-\mathcal{L}_x[y(x)](s)+\frac{\mathrm{d}}{\mathrm{ds}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)=0$$
Simplifying, we have:
$$\implies 2s^2\frac{\mathrm{d^2}}{\mathrm{ds^2}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)+(5s+1)\frac{\mathrm{d}}{\mathrm{ds}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)=0$$
Let $\displaystyle\frac{\mathrm{d}}{\mathrm{ds}}\left(\mathcal{L}_x\left[y(x)\right](s)\right)=u(s)$, which gives $\displaystyle\frac{\mathrm{d}^2}{\mathrm{d}s^2}\left(\mathcal{L}_x\left[y(x)\right](s)\right)=\frac{\mathrm{d}(u(s))}{\mathrm{d}s}$, Now solve for $\displaystyle\frac{\mathrm{d}(u(s))}{\mathrm{d}s}$:
$$\implies \frac{\mathrm{d}u(s)}{ds}=\frac{(-5s-1)u(s)}{2s^2}$$
Divide both sides by $\displaystyle \frac{u(s)}{2}$:
$$\implies \frac{2\frac{\mathrm{d}u(s)}{ds}}{u(s)}=\frac{-5s-1}{s^2}$$
Integrate both sides with respect to s:
$$\implies \int\frac{2\frac{du(s)}{ds}}{u(s)}\mathrm{d}s=\int\frac{-5s-1}{s^2}\mathrm{d}s$$ $$\implies 2\log(u(s))=\frac{1}{s}-5\log(s)+c_1$$
Where $c_1$ is an arbitrary constant.
$$\implies u(s)=\frac{c_1e^{0.5/s}}{s^{5/2}}$$
Substitute back $\displaystyle\frac{\mathrm{d}}{\mathrm{d}s}\left(\mathcal{L}_x\left[y(x)\right](s)\right)=u(s)$
$$\implies \frac{\mathrm{d}}{\mathrm{d}s}\left(\mathcal{L}_x\left[y(x)\right](s)\right)=\frac{c_1e^{0.5/s}}{s^{5/2}}$$
Integrate both sides with respect to s:
$$\implies \mathcal{L}_x\left[y(x)\right](s)=\int\frac{c_1e^{0.5/s}}{s^{5/2}}\mathrm{d}s=c_1\left(\frac{2e^{0.5/s}}{\sqrt{s}}+\sqrt{2\pi}\mathrm{erfi}\left(\frac{1}{\sqrt{2}\sqrt{s}}\right)\right)+c_2$$
Where $c_2$ is an arbitrary constant and $\mathrm{erfi}(.)$ is imaginary error function.
Compute:
$$\implies y(x)=\mathcal{L}^{-1}_x\left[\frac{2e^{0.5/s}c_1}{\sqrt{s}}+\sqrt{2\pi}\mathrm{erfi}\left(\frac{1}{\sqrt{2}\sqrt{s}}\right)c_1+c_2\right]$$
$$\implies y(x)=\frac{-2c_1\cosh(\sqrt{2}\sqrt{x})}{\sqrt{\pi}\sqrt{x}}+\sqrt{\frac{2}{\pi}}\frac{c_1\sinh(\sqrt{2}\sqrt{x})}{x}+c_2\delta(x)$$
Hence the solution is:
$$\color{darkgreen}{y(x)=-\frac{2c_1\cosh(\sqrt{2}\sqrt{x})}{\sqrt{x}}+\frac{\sqrt{2}c_1\sinh(\sqrt{2}\sqrt{x})}{x}+c_2\delta(x)}$$
Where $\delta(x)$ is Driac delta function.