login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A364234 a(n) is the number of n X n nonsingular symmetric Toeplitz matrices using all the first n prime numbers. 1
1, 2, 6, 24, 120, 718, 5036, 40316, 362862, 3628786, 39916701, 479001517 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Wikipedia, Toeplitz Matrix
MATHEMATICA
a[n_]:=Count[Table[MatrixRank[ToeplitzMatrix[Part[Permutations[Prime[Range[n]]], i]]], {i, n!}], n]; Array[a, 8]
CROSSREFS
Right diagonal of A364233.
Cf. A348891 (minimal nonzero absolute value determinant), A350955 (minimal determinant), A350956 (maximal determinant), A351021 (minimal permanent), A351022 (maximal permanent).
Sequence in context: A224287 A248838 A364231 * A052398 A047890 A297204
KEYWORD
nonn,hard,more
AUTHOR
Stefano Spezia, Jul 14 2023
EXTENSIONS
a(10)-a(12) from Andrew Howroyd, Dec 31 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 28 03:10 EDT 2024. Contains 372020 sequences. (Running on oeis4.)