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.

A309258 a(n) is the number of distinct absolute values of determinants of order n Latin squares.

Original entry on oeis.org

1, 1, 1, 3, 6, 197, 3684, 159561
Offset: 1

Views

Author

Keywords

Comments

We apply every symbol permutation on the representatives of isotopic classes to generate Latin squares of order n and calculated the determinants. We then obtained the absolute values of the determinants and removed duplicates.
These results are based on work supported by the National Science Foundation under grants numbered DMS-1852378 and DMS-1560019.
a(9) >= 1747706. - Hugo Pfoertner, Nov 20 2019

Examples

			For n = 5, the set of absolute values of determinants is {75, 825, 1200, 1575, 1875, 2325}, so a(5) = 6.
		

Crossrefs

Programs

  • Sage
    # See Maldonado link.

Extensions

a(8) from Hugo Pfoertner, Aug 26 2019