login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A358568
a(n) is the maximal determinant of an n X n Toeplitz matrix using the integers 0 to 2*(n - 1).
3
1, 0, 4, 74, 1781, 58180, 2579770, 152337045
OFFSET
0,3
LINKS
EXAMPLE
a(2) = 4:
[2, 0;
1, 2]
a(3) = 74:
[4, 0, 2;
3, 4, 0;
1, 3, 4]
CROSSREFS
Cf. A350931 (integers from 1 to 2*n - 1), A358567 (minimal), A358569 (minimal permanent), A358570 (maximal permanent).
Sequence in context: A131359 A108808 A368355 * A139112 A100865 A007157
KEYWORD
nonn,hard,more
AUTHOR
Stefano Spezia, Nov 22 2022
EXTENSIONS
a(5)-a(7) from Lucas A. Brown, Dec 03 2022
STATUS
approved