Is there a closed form expression for $$\int_{0}^{1} \frac{(x^2 - 3x)^n \log(x)}{x}\,dx$$
The motivation behind the question comes from this post. The OP wanted to evaluate the integral without using $Li_3$. He gave a closed form in terms of zeta functions and logarithms, which makes me hopeful that this has a closed form.
Applying the binomial theorem, and pulling out from the integral,
$$ \begin{align} \int_{0}^{1} \frac{(x^2 - 3x)^n \log(x)}{x} dx &= \sum_{k=0}^{n} \binom{n}{k} (-3)^{n-k} \int_{0}^{1} x^{2k+(n-k)} \frac{\log(x)}{x} dx = \sum_{k=0}^{n} \binom{n}{k} (-3)^{n-k} \int_{0}^{1} x^{k+n-1} {\log(x)} dx \end{align} $$
The inner integral can be evaluated.
$$ \begin{align} \int_{0}^{1} \frac{(x^2 - 3x)^n \log(x)}{x} \,dx &= \sum_{k=0}^{n} \binom{n}{k} (-3)^{n-k} \int_{0}^{1} x^{2k+(n-k)} \frac{\log(x)}{x} dx = -\sum_{k=0}^{n} \binom{n}{k} (-3)^{n-k} \frac{1}{(n+k)^2} \end{align} $$
Is there a better form for this sum?
Thanks.