Compute the determinant (similar to Vandermonde)

93 Views Asked by At

Compute the determinant of the matrix follows, $$\begin{pmatrix}1&2&\cdots&n\\1^2&2^2&\cdots&n^2\\\vdots&\vdots&\ddots&\vdots\\1^n&2^n&\cdots&n^n\end{pmatrix}$$

Thanks in advance.

1

There are 1 best solutions below

0
On BEST ANSWER

It is Vandermonde for $x_i=i$ can be also written as $$\prod_{k=1}^{n+2} (k-1)! $$ there is a special function for that called Barnes G-function. In terms of it $$ G(n+2) $$