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!)
A364231 a(n) is the number of n X n nonsingular symmetric Toeplitz matrices using all the integers 1, 2, ..., n. 1
1, 2, 6, 24, 120, 718, 5005, 40274, 362604, 3627915, 39909566, 478991256 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Wikipedia, Toeplitz Matrix
MATHEMATICA
a[n_]:=Count[Table[MatrixRank[ToeplitzMatrix[Part[Permutations[Range[n]], i]]], {i, n!}], n]; Array[a, 8]
CROSSREFS
Right diagonal of A364230.
Cf. A350953 (minimal determinant), A350954 (maximal determinant), A351019 (minimal permanent), A351020 (maximal permanent), A356865 (minimal nonzero absolute value determinant).
Sequence in context: A226437 A224287 A248838 * A364234 A052398 A047890
KEYWORD
nonn,hard,more
AUTHOR
Stefano Spezia, Jul 14 2023
EXTENSIONS
a(10)-a(12) from Andrew Howroyd, Dec 30 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 August 10 11:24 EDT 2024. Contains 375056 sequences. (Running on oeis4.)