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.

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

Original entry on oeis.org

1, 1, 5, 42, 2294, 71753, 2737409, 114381074
Offset: 0

Views

Author

Stefano Spezia, Dec 22 2023

Keywords

Examples

			a(2) = 5:
  3, 1;
  1, 2.
a(3) = 42:
  2, 5, 3;
  5, 3, 4;
  3, 4, 1.
a(4) = 2294:
  2, 3, 6, 7;
  3, 6, 7, 1;
  6, 7, 1, 5;
  7, 1, 5, 4.
		

Crossrefs

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

Extensions

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