I want to find a square root of a power series in the following way:
Let $$A(x)=a_0+a_1x+\cdots=\sum_{j\ge 0}a_jx^j\qquad \mathrm{and}\qquad B(x)=b_0+b_1x+\ldots=\sum_{i\ge 0}b_ix^i$$ such that $a_0>0$ and $b_0>0$ and $A=B^2$.
How can I express the coefficients $a_j$ in terms of $b_i$? I used the Cauchy product to get $a_j=\sum_{k=0}^jb_kb_{j-k}$, but have no idea how to continue.
Can someone help me out with finding a recursive relation between $a_j$ and $b_i$ with initial value for the sequence $(b_i)$?