This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A364234 #12 Dec 31 2023 12:43:11 %S A364234 1,2,6,24,120,718,5036,40316,362862,3628786,39916701,479001517 %N A364234 a(n) is the number of n X n nonsingular symmetric Toeplitz matrices using all the first n prime numbers. %H A364234 Wikipedia, <a href="https://en.wikipedia.org/wiki/Toeplitz_matrix">Toeplitz Matrix</a> %t A364234 a[n_]:=Count[Table[MatrixRank[ToeplitzMatrix[Part[Permutations[Prime[Range[n]]], i]]], {i, n!}], n]; Array[a, 8] %Y A364234 Right diagonal of A364233. %Y A364234 Cf. A348891 (minimal nonzero absolute value determinant), A350955 (minimal determinant), A350956 (maximal determinant), A351021 (minimal permanent), A351022 (maximal permanent). %K A364234 nonn,hard,more %O A364234 1,2 %A A364234 _Stefano Spezia_, Jul 14 2023 %E A364234 a(10)-a(12) from _Andrew Howroyd_, Dec 31 2023