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!)
A374240 a(n) is the maximal 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, 0, 40, 256, 12232, 526773, 8684025, 768561384, 28938090375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Wikipedia, Toeplitz Matrix.
EXAMPLE
a(5) = 256:
[1, 4, 1, 2, 3]
[4, 1, 4, 1, 2]
[1, 4, 1, 4, 1]
[2, 1, 4, 1, 4]
[3, 2, 1, 4, 1]
MATHEMATICA
a[0]=1; a[n_]:=Max[Table[Det[ToeplitzMatrix[Join[{1}, Part[Permutations[Range[n - 1]], i]]]], {i, (n-1)!}]]; Array[a, 11, 0]
CROSSREFS
Cf. A374239 (minimal), A374241 (maximal absolute value), A374242 (minimal nonzero absolute value).
Sequence in context: A223426 A290127 A115170 * A247406 A229588 A334121
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 08:08 EDT 2024. Contains 374274 sequences. (Running on oeis4.)