[go: up one dir, main page]

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!)
A374241 a(n) is the maximal absolute value of the 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. 6
1, 1, 0, 1, 40, 545, 13805, 526773, 18551951, 768561384, 31451535983 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Wikipedia, Toeplitz Matrix.
FORMULA
a(n) = max(abs(A374239(n)), A374240(n)).
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_]:=Max[Table[Abs[Det[ToeplitzMatrix[Join[{1}, Part[Permutations[Range[n - 1]], i]]]]], {i, (n-1)!}]]; Array[a, 11, 0]
CROSSREFS
Cf. A374239 (minimal), A374240 (maximal), A374242 (minimal nonzero absolute value).
Sequence in context: A107419 A159946 A185744 * A372977 A269497 A097823
KEYWORD
nonn,hard,more
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 August 29 10:57 EDT 2024. Contains 375512 sequences. (Running on oeis4.)