I need to simplify $n$th derivative of $$f(x)=\frac{\log^3 x}{1-x}$$ where $0<x<1$
I tried writing $f(x)=u_1u_2u_3u_4$ where $u_1=u_2=u_3=\log x$ and $u_4=\frac{1}{1-x}$.
Using Leibniz rule for $n$th derivative we get $$f^{(n)}(x)=\sum_{k_1+k_2+k_3+k_4=n} \binom{n}{k_{1},k_{2},k_{3},k_{4}}u_1^{(k_{1})}u_2^{(k_{2})}u_3^{(k_{3})}u_4^{(k_{4})}$$
Now we have using $u_1^{(k_1)}=\frac{(-1)^{k_1+1} (k_1-1)!}{x^{k_1}}$ and $u_4^{(k_4)}=\frac{k_4!}{(1-x)^{1+k_4}}$
$$f^{(n)}(x)=\sum_{k_1+k_2+k_3+k_4=n} \left(\frac{n!}{k_1!k_2!k_3!k_4!}\right)\frac{(-1)^{k_1+1} (k_1-1)!(-1)^{k_2+1} (k_2-1)!(-1)^{k_3+1} (k_3-1)!k_4!}{x^{k_1+k_2+k_3} (1-x)^{1+k_4}} $$
$$f^{(n)}(x)=n!\sum_{k_1+k_2+k_3+k_4=n} \frac{(-1)^{k_1+k_2+k_3+1}}{k_1k_2k_3 x^{k_!+k_2+k_3}(1-x)^{1+k_4}} $$
$$f^{(n)}(x)=\frac{n!(-1)^{n+1}}{x^n}\sum_{k_1+k_2+k_3+k_4=n} \frac{(-1)^{k_4}}{k_1k_2k_3}\frac{x^{k_4}}{(1-x)^{1+k_4}} $$
Any help would be highly appreciated. Thank you.