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.

A309259 a(n) is the greatest common divisor of the determinants of order n Latin squares.

Original entry on oeis.org

1, 3, 18, 80, 75, 63, 196, 144, 405
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. We then compute the greatest common divisor of the values obtained.
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 set of absolute values of the determinants is {0, 80, 160}, so the greatest common divisor of the determinants is 80. Therefore, a(4)=80.
		

Crossrefs

Programs

  • Sage
    # See Peterson Lenard link

Extensions

a(8), a(9) from Hugo Pfoertner, Sep 02 2019