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.

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

Original entry on oeis.org

1, 0, 2, 31, 1781, 58180
Offset: 0

Views

Author

Stefano Spezia, Dec 22 2023

Keywords

Comments

a(6) >= 2189560.

Examples

			a(2) = 2:
  2, 0;
  0, 1.
a(3) = 31:
  1, 4, 2;
  4, 2, 3;
  2, 3, 0.
a(4) = 1781:
  1, 2, 5, 6;
  2, 5, 6, 0;
  5, 6, 0, 4;
  6, 0, 4, 3.
		

Crossrefs

Cf. A368353 (minimal), A368355 (maximal absolute value).
Cf. A358569 (minimal permanent), A358570 (maximal permanent).