Is there a closed form (non-recursive) expression for the definite integral
$$\int_0^1 dz \frac{z^n}{z-a}, \qquad n\in\mathbb{Z}_+ \text{ and } a\notin (0,1)$$
for general $n$ and $a$ given in terms of logarithms? Mathematica is able to give them for any given integer $n$ (I made a table for $n=\{0,\ldots, 5\}$), but I can't find in the literature how the incomplete Beta function is related to logarithms:

Anyone pointing me to the appropriate formulae in the NIST Handbook of Mathematical functions or in Gradshteyn and Ryzhik would be fantastic.
Solution: You may write $$\begin{align} \int_0^1 \frac{z^n}{z-a}dz&=\int_0^1 \frac{z^n-a^n}{z-a}dz+a^n\int_0^1 \frac{1}{z-a}dz\\ &=\int_0^1 \sum_{k=0}^{n-1}a^{n-1-k}z^kdz+a^n\int_0^1 \frac{1}{z-a}dz\\ &=\sum_{k=0}^{n-1}a^{n-k-1}\int_0^1 z^kdz+a^n\left. \log (z-a)\right|_0^1\\ &=\sum_{k=1}^n\frac{a^{n-k}}{k}+a^n \log \left(1-\frac1a\right) \end{align} $$