cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A358568 a(n) is the maximal determinant of an n X n Toeplitz matrix using the integers 0 to 2*(n - 1).

Original entry on oeis.org

1, 0, 4, 74, 1781, 58180, 2579770, 152337045
Offset: 0

Views

Author

Stefano Spezia, Nov 22 2022

Keywords

Examples

			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).

Extensions

a(5)-a(7) from Lucas A. Brown, Dec 03 2022