Consider $H_n$, the $n\times n$ Hankel matrix of the Catalan numbers starting from $2$:
$$H_n = \begin{bmatrix} 2 & 5 & 14 & 42 & 132\\ 5 & 14 & 42 & 132 & 429\\ 14 & 42 & 132 & 429 & 1430 & \cdots\\ 42 & 132 & 429 & 1430 & 4862\\ 132 & 429 & 1430 & 4862 & 16796\\ &&\vdots\end{bmatrix}$$
It is known that $\text{det}(H_n) = n + 1$. (see Hankel Matrix)
Consider the column vector,
$$c_n = \begin{bmatrix}1 \\ 2 \\ 5 \\ 14 \\ \vdots \end{bmatrix}$$
that contains the first $n$ Catalan numbers.
I have found a pattern that I have checked up to $n=240$, that $$(c_n)^T(H_n)^{-1}(c_n) = \frac{n}{n+1}$$
Is there any method I can take to prove this, or is there a counterexample? Note also that this product is the only non-zero eigenvalue of $(c_n)(c_n)^T(H_n)^{-1}$.