Background
Consider the $(n \times n)$ Hessenberg matrix
$$ A_{n} := \begin{pmatrix} 1/2 & 1/3 & 1/4 & 1/5 & \dots & \dots & 1/(n+1) & \dots \\ 1 & 1/2 & 1/3 & 1/4 & 1/5 & \dots & 1/n \\ 0 & 1 & 1/2 & 1/3 & 1/4 & 1/5 & \dots \\ 0 & 0 & 1 & 1/2 & 1/3 & 1/4 & \dots \\ \vdots & \vdots & & \ddots & \ddots & \ddots \end{pmatrix} . $$
Then it appears to be the case that $$ \det (A_n) = -G_{n+1} \tag{1} \label{1} \ \ ,$$ where $G_n$ is the $n$'th Gregory coefficient. I believe this is proved in the paper Some Properties of the Bernoulli Numbers of the Second Kind and their Generating Function by Qi and Zhao (link paper , p. 3, Theorem 3), though it seems to be stated in a slightly different form. Also, note that the authors employ the notion of "Bernoulli numbers of the second kind," which is another name for the Gregory coefficients.
A Variant
Recently, I also looked into $(n \times n)$ Hessenberg matrices of the form
$$ B_{n} := \begin{pmatrix} 1/4 & 1/9 & 1/16 & 1/25 & \dots & \dots & 1/(n+1)^2 & \dots \\ 1 & 1/4 & 1/9 & 1/16 & 1/25 & \dots & 1/n^2 \\ 0 & 1 & 1/4 & 1/9 & 1/16 & 1/25 & \dots \\ 0 & 0 & 1 & 1/4 & 1/9 & 1/16 & \dots \\ \vdots & \vdots & & \ddots & \ddots & \ddots \end{pmatrix} . $$
The denominators of $\det(B_n)$ seem to align with the coefficients of the expansion of $\operatorname{PolyLog}(-2, x)/\operatorname{PolyLog}(2, x)$, where $\operatorname{PolyLog}(m, x)$ is the polylogarithm function of order $m$. These numbers are tabulated in the OEIS sequence A273698. The pattern appears to break somewhat for $n=5$, as $\det(B_5) = \frac{6151}{691200} $. We do have $ \frac{691200}{\text{A273698}(5)} = \frac{691200}{518400} = 4/3$.
For the numerators, I have not yet been able to discern some kind of pattern. The first five are $1, 7, 13, 6911, 6151$. With the exception of the first number of the sequence, these are prime numbers.
Questions
- What is the relationship between $\det(B_n)$ and the coefficients of the expansion of $\operatorname{PolyLog}(-2, x)/\operatorname{PolyLog}(2, x)$, if any?
- What is the closed form of the numerators of $\det(B_n)$ ?
- Has $\det(B_n)$ and variants thereof (for instance, with $1/n^k$ entries for $k \geq 3$) been considered in the literature? If so, do you have pointers to relevant papers?