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!)
A374242 a(n) is the minimal absolute value of the determinant of a nonsingular 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, 3, 9, 3, 1, 5, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,3
COMMENTS
The offset is 3 because for n = 2 the unique symmetric Toeplitz matrix having 1 on the main diagonal and 1 off-diagonal is singular.
Conjecture: all the terms are odd.
LINKS
Wikipedia, Toeplitz Matrix.
EXAMPLE
a(5) = 3:
[1, 1, 2, 3, 4]
[1, 1, 1, 2, 3]
[2, 1, 1, 1, 2]
[3, 2, 1, 1, 1]
[4, 3, 2, 1, 1]
MATHEMATICA
a[n_]:=Min[Select[Table[Abs[Det[ToeplitzMatrix[Join[{1}, Part[Permutations[Range[n - 1]], i]]]]], {i, (n-1)!}], Positive]]; Array[a, 8, 3]
CROSSREFS
Cf. A374239 (minimal), A374240 (maximal), A374241 (maximal absolute value).
Sequence in context: A225460 A305274 A293382 * A336501 A016674 A264918
KEYWORD
nonn,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 07:46 EDT 2024. Contains 374274 sequences. (Running on oeis4.)