I'm looking to see if there's a name for a particular type of matrix $M_{ij}=t_{\min(i,j)}$, ie.:
\begin{bmatrix} t_1 & t_1 & t_1 & t_1 \\ t_1 & t_2 & t_2 & t_2 & \cdots\\ t_1 & t_2 & t_3 & t_3 \\ t_1 & t_2 & t_3 & t_4 \\ & \vdots & & & \ddots \end{bmatrix}
Such a matrix has determinant $t(t_2-t_1)(t_3-t_2)(t_4-t_3)\cdots$ and its inverse is a very simple tridiagonal matrix. But it isn't a Vandermonde matrix or a Moore matrix. It looks like it's an alternant matrix, but that doesn't capture any of the interesting properties of the determinant or inverse. It seems like something with these special properties should be named or well-known somewhere.
This matrix came up in looking at a particular probabilistic process, where $P(x_1,t_1 ; x_2,t_2;\cdots)\propto \exp(-\frac{1}{2}\vec{x}^T M^{-1}\vec{x})$ (hence the significance of the simple tridiagonal structure of $M^{-1}$).