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.

A309088 a(n) is the number of isotopy classes of order n Latin squares that produce a unique determinant.

Original entry on oeis.org

1, 1, 1, 1, 2, 8, 25
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 calculate the determinants.
These results are based upon work supported by the National Science Foundation under the grants numbered DMS-1852378 and DMS-1560019.

Examples

			For n=5, the only isotopic class that produces determinants 825, 1875, and 2325 is the one with [[1, 2, 3, 4, 5] [2, 3, 5, 1, 4], [3, 5, 4, 2, 1], [4, 1, 2, 5, 3], [5, 4, 1, 3, 2]] as a representative, and the only isotopic class that produces determinants 1200 and 1575 is the one with [[1, 2, 3, 4, 5], [2, 4, 1, 5, 3], [3, 5, 4, 2, 1], [4, 1, 5, 3, 2], [5, 3, 2, 1, 4]] as a representative.
Therefore, a(5)=2 since there are two isotopic classes that produce determinants that are unique to that isotopic class.
		

Crossrefs

Programs

  • Sage
    See Maldonado link.