A364234 a(n) is the number of n X n nonsingular symmetric Toeplitz matrices using all the first n prime numbers.
1, 2, 6, 24, 120, 718, 5036, 40316, 362862, 3628786, 39916701, 479001517
Offset: 1
Links
- Wikipedia, Toeplitz Matrix
Crossrefs
Programs
-
Mathematica
a[n_]:=Count[Table[MatrixRank[ToeplitzMatrix[Part[Permutations[Prime[Range[n]]], i]]], {i, n!}], n]; Array[a, 8]
Extensions
a(10)-a(12) from Andrew Howroyd, Dec 31 2023