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.

A301532 Maximum determinant of an n X n matrix with entries 1, 1/2, .., 1/n^2; numerator.

Original entry on oeis.org

1, 5, 2027, 12976897, 450724396028209, 13238878814817907394909, 280849389948155488261365087763753, 132758211671968916518163154756197108235468015014261
Offset: 1

Views

Author

Hugo Pfoertner, Mar 23 2018

Keywords

Comments

The maximum determinant achievable by arranging the fractions 1/1, 1/2, 1/3, ..., 1/n^2 as matrix entries is provided as fraction a(n) / A301533(n).

Examples

			a(3) = 2027, because no matrix with a greater determinant can be found than
  (1/1 1/7 1/5)
  (1/4 1/2 1/9)
  (1/8 1/6 1/3),
which has the determinant 2027/15120. A301533(3) = 15120.
		

Crossrefs

Cf. A085000, A301371, A301533 (corresponding denominators)