In the last steps of finding the complete solution of a linear differential equation by a power series, I got stuck on finding the closed formula for the following recurrent relation:
$$B_n = B_{n-1} \times {2n-5\over 2n^2 - n}$$
Can you please explain how can I get the $B_n$ expression that depends only on $n$ and $B_0$?
What I got so far was:
$$B_1\,B_2\,B_3\dots B_n = -3B_0 \times{-1\over6}B_1 \times {1\over15}B_2 \times \dots\times B_{n-1} {2n-5\over 2n^2 - n}$$
Dividing everything by $B_1\, B_2\, B_3 \dots B_{n-1}$, I got:
$$B_n = B_0 \times {2(1)-5\over 2(1)^2 - 1} \times {2(2)-5\over 2(2)^2 - 2} \times {2(3)-5\over 2(3)^2 - 3} \times {2(4)-5\over 2(4)^2 - 4} \times \dots \times {2n-5\over 2n^2 - n}$$
But I don't know what to do from now on...