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.

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

Original entry on oeis.org

1, 0, 6, 332, 36000, 6313388, 1765146660, 731664377274
Offset: 0

Views

Author

Stefano Spezia, Nov 18 2022

Keywords

Comments

427402723914150 <= a(8) <= 427505414757161, 337815614862033534 <= a(9) <= 337888181610225000, 349880703121691699788 <= a(10) <= 349947469107433415221, with upper bounds from corollary 2 of Sigg (2018). - Hugo Pfoertner, Nov 21 2022

Examples

			a(3) = 332:
     [5, 7, 2;
      1, 3, 8;
      6, 0, 4]
		

Crossrefs

Cf. A085000 (integers 1 to n^2), A358486 (minimal permanent), A358487 (maximal permanent).

Extensions

a(4)-a(6) from Hugo Pfoertner, Nov 19 2022
a(7) from Hugo Pfoertner, Nov 21 2022