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.

A309089 a(n) is the number of absolute values of determinants that come from a unique isotopy class of order n Latin squares.

Original entry on oeis.org

1, 1, 1, 2, 5, 85, 124
Offset: 1

Views

Author

Keywords

Comments

We apply every symbol permutation on the representatives of isotopic classes to generate Latin square 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=4, the determinants 80 and 160 are produced by a unique isotopic class which has [[1, 2, 3, 4], [2, 4, 1, 3], [3, 1, 4, 2], [4, 3, 2, 1]] as a representative. All other determinants are produced by multiple isotopic classes. Therefore a(4)=2.
		

Crossrefs

Programs

  • Sage
    # See Maldonado link