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.

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

Original entry on oeis.org

1, 0, -4, -74, -1297, -39837
Offset: 0

Views

Author

Stefano Spezia, Dec 22 2023

Keywords

Comments

a(6) <= -2579770.

Examples

			a(2) = -4:
  1, 2;
  2, 0.
a(3) = -74:
  1, 3, 4;
  3, 4, 0;
  4, 0, 2.
a(4) = -1297:
  3, 2, 6, 0;
  2, 6, 0, 1;
  6, 0, 1, 4;
  0, 1, 4, 5.
		

Crossrefs

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