Let $n$ be an even integer, what is the determinant of
$$D_{n+1}=\begin{vmatrix} 1&1&\cdots&1&1\\ 2&2^2&\cdots&2^n&2^{n+1}\\ \vdots&\vdots&\cdots&\vdots&\vdots\\ n&n^2&\cdots&n^n&n^{n+1}\\ \frac{n}{2}&\frac{n^2}{3}&\cdots&\frac{n^n}{n+1}&\frac{n^{n+1}}{n+2}\\ \end{vmatrix}.$$ At first, we can compute that $D_3=D_5=0$, so there is a high possibility that $D_{n+1}=0$. The last row of the determinant remind me the Bernoulli identity \begin{align*} 1+2+\cdots+n &= \frac{n^2}{2}+\frac{n}{2} \\ 1^2+2^2+\cdots+n^2 &=\frac{n^3}{3}+\frac{n^2}{2}+\frac{n}{6}\\ 1^3+2^3+\cdots+n^3 &=\frac{n^4}{4}+\frac{n^3}{2}+\frac{n^2}{4}\\ 1^4+2^4+\cdots+n^4 &=\frac{n^5}{5}+\frac{n^4}{2}+\frac{n^3}{3}-\frac{n}{30}\\ 1^k+2^k+\cdots+n^k &=\frac{n^{k+1}}{k+1}+\frac{n^k}{2}+{\color{red}\frac1{k+1}\left( \binom{k+1} 2B_2n^{k-1}+\cdots+\binom{k+1}kB_kn\right)} \end{align*} Then we change the determinant to $$D_{n+1}=\frac{-1}{n}\begin{vmatrix} 1&1&\cdots&1&1\\ 2&2^2&\cdots&2^n&2^{n+1}\\ \vdots&\vdots&\cdots&\vdots&\vdots\\ n&n^2&\cdots&n^n&n^{n+1}\\ -\frac{n^2}{2}&-\frac{n^3}{3}&\cdots&-\frac{n^{n+1}}{n+1}&\frac{-n^{n+2}}{n+2}\\ \end{vmatrix}.$$ Then add the first $n$ line to the last line to obtain $$D_{n+1}=\frac{-1}{n}\begin{vmatrix} 1&1&\cdots&1&1\\ 2&2^2&\cdots&2^n&2^{n+1}\\ \vdots&\vdots&\cdots&\vdots&\vdots\\ n&n^2&\cdots&n^n&n^{n+1}\\ \frac{n}{2}&\frac{n^2}{2}+\frac{n}{6}&\cdots&\frac{n^{n}}{2}+\frac{n^n}{12}{\color{red}+\cdots}&\frac{n^{n+1}}{2} +\frac{n^{n+1}}{12}+\frac{n^n}{12}{\color{red}+\cdots}\\ \end{vmatrix}.$$ Now Subtract $n$ times the first column from the second column, $n^2$ times the first column from the third column, and $n^3$ times the first column from the fourth column and so on we obtain $$D_{n+1}=\frac{-1}{n}\begin{vmatrix} 1&\ast&\cdots&\ast&\ast\\ 2&\ast&\cdots&\ast&\ast\\ \vdots&\vdots&\cdots&\vdots&\vdots\\ n&0&\cdots&0&0\\ \frac{n}{2}&\frac{n}{6}&\cdots&\frac{n^n}{12}{\color{red}+\cdots}&\frac{n^{n+1}}{12}+\frac{n^n}{12}{\color{red}+\cdots}\\ \end{vmatrix}.$$ Then add the $-1/2$ times of the penultimate column to the last column we have that $$D_{n+1}=\frac{-1}{n}\begin{vmatrix} 1&\ast&\cdots&\ast&\ast\\ 2&\ast&\cdots&\ast&\ast\\ \vdots&\vdots&\cdots&\vdots&\vdots\\ n&0&\cdots&0&0\\ 0&\frac{n}{6}&\cdots&\frac{n^n}{12}{\color{red}+\cdots}&\frac{n^{n+1}}{12}+\frac{n^n}{12}{\color{red}+\cdots}\\ \end{vmatrix}.$$ Then use the $n/6$ in the last line to eliminate all other elements in the last line we have that $$D_{n+1}=\frac{-1}{n}\begin{vmatrix} 1&\ast&\cdots&\ast&\ast\\ 2&\ast&\cdots&\ast&\ast\\ \vdots&\vdots&\cdots&\vdots&\vdots\\ n&0&\cdots&0&0\\ 0&\frac{n}{6}&\cdots&0&0\\ \end{vmatrix}.$$ At this point, I don't know how to proceed. Can anyone help me?
Formulated in Mathematica, for the first rows
and the last row appended
one finds a linear combination of the first rows equating the last row
or commmon denominator removed
This indicates, that trivial line by line reductions will not work the easy way.
Have a look at the
[Vandermonde matrix][1]