I've ran across the following expression:
$$ \dfrac{a_1 x + 2a_2 x^2 + 3a_3 x^3 +\ ...}{1 + a_1 x + a_2 x^2 + a_3 x^3 + \ ...} $$
Now one is supposed to be able to write this fraction of series as:
$$a_1 x + 2 \left( a_2 - 1/2 a^2_1 \right)x^2 + 3 \left( a_3 - a_1 a_2 + 1/3 a^3_1 \right) x^3 + \ ...$$
Any hints on how to do this ?