Consider the matrix
\begin{pmatrix} 1&k+2&2&k+3&\ldots&2k+1&k+1\\ k+2&2&k+3&3&\ldots&k+1&1\\ 2 & k+3 & 3 & & & \vdots & \vdots\\ k +3 & 3 & & & & & \\ \vdots&\vdots&\vdots&\vdots&\ddots&\vdots&\vdots\\ k+1&1&k+2&2&\ldots&k&2k+1\end{pmatrix}
Is this matrix known as the anti-circulant matrix? If not, whether such matrices have been studied before? Note that each row is a left-shift permutation (cyclic permutation of the previous row. This is also a commutative and idempotent Latin square.
If you left- or right-multiply by a reversal matrix, you obtain a circulant matrix. For example, using SymPy:
Right-multiplying:
Left-multiplying: