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!)
A374239 a(n) is the minimal determinant of an n X n symmetric Toeplitz matrix having 1 on the main diagonal and all the integers 1, 2, ..., n-1 off-diagonal. 5
1, 1, 0, -1, 1, -545, -13805, -301184, -18551951, -352513176, -31451535983 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
Wikipedia, Toeplitz Matrix.
EXAMPLE
a(5) = -545:
[1, 1, 4, 2, 3]
[1, 1, 1, 4, 2]
[4, 1, 1, 1, 4]
[2, 4, 1, 1, 1]
[3, 2, 4, 1, 1]
MATHEMATICA
a[0]=1; a[n_]:=Min[Table[Det[ToeplitzMatrix[Join[{1}, Part[Permutations[Range[n - 1]], i]]]], {i, (n-1)!}]]; Array[a, 11, 0]
CROSSREFS
Cf. A374240 (maximal), A374241 (maximal absolute value), A374242 (minimal nonzero absolute value).
Sequence in context: A159626 A020259 A184379 * A353023 A053327 A252537
KEYWORD
sign,hard,more,new
AUTHOR
Stefano Spezia, Jul 01 2024
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 July 13 04:46 EDT 2024. Contains 374267 sequences. (Running on oeis4.)