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!)
A364229 a(n) is the number of n X n nonsingular Hermitian Toeplitz matrices using all the integers 1, 2, ..., n and with all off-diagonal elements purely imaginary. 1
1, 2, 5, 24, 120, 719, 5040, 40317, 362874, 3628798 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Wikipedia, Toeplitz Matrix
MATHEMATICA
a[n_]:=Count[Flatten[Table[MatrixRank[ToeplitzMatrix[Join[{d}, I Part[Permutations[Drop[Range[n], {d}]], i]]]], {i, (n-1)!}, {d, n}]], n]; Array[a, 9]
CROSSREFS
Right diagonal of A364228.
Cf. A359614 (minimal determinant), A359615 (maximal determinant), A359616 (minimal permanent), A359617 (maximal permanent).
Sequence in context: A322897 A284230 A374926 * A374621 A052111 A176473
KEYWORD
nonn,hard,more
AUTHOR
Stefano Spezia, Jul 14 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 12:00 EDT 2024. Contains 375056 sequences. (Running on oeis4.)