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.

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

Original entry on oeis.org

1, 1, -7, -105, -1810, -48098, -3051554, -175457984
Offset: 0

Views

Author

Stefano Spezia, Dec 22 2023

Keywords

Examples

			a(2) = -7:
  2, 3;
  3, 1.
a(3) = -105:
  2, 4, 5;
  4, 5, 1;
  5, 1, 3.
a(4) = -1810:
  4, 3, 7, 1;
  3, 7, 1, 2;
  7, 1, 2, 5;
  1, 2, 5, 6.
		

Crossrefs

Cf. A350931 (maximal absolute value), A368352 (maximal).
Cf. A350937 (minimal permanent), A350938 (maximal permanent).

Extensions

a(6)-a(7) from Lucas A. Brown, Aug 26 2024