I am reading about inverse operators and the book is going over this one. After proving some stuff about this operator it finally says if $$P(D)y=(a_nD^n+...+a_1D+a_0)y=bx^k$$ then $$y_p=\frac{1}{P(D)}(bx^k)$$ $$=\frac{1}{a_0(1+\frac{a_1}{a_0}D+\frac{a_2}{a_0}D^2+...+\frac{a_n}{a_0}D^n)}bx^k$$ $$=\frac{b}{a_0}(1+b_1D+b_2D^2+...+b_kD^k)x^k$$ In the last step, I do not understand what the constants $b_1,b_2,...,b_k$ are. What are these values supposed to be? To be clear in what I mean, here is an example where we are the finding the particular solution of $4y^{''}-3y^{'}+9y=5x^2$ $$y_p=\frac{1}{9(1-\frac{D}{3}+\frac{4}{9}D^2)}5x^2$$ $$=\frac{5}{9}\left(1+\frac{D}{3}-\frac{D^2}{3}\right)x^2$$ You see there that by using the previously established property in that last step they got some constants in front of all the D operators.
How did they arrive to those constants and why did the signs change?