A309259 a(n) is the greatest common divisor of the determinants of order n Latin squares.
1, 3, 18, 80, 75, 63, 196, 144, 405
Offset: 1
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.
Links
- Peterson Lenard, Greatest Common Divisor of all determinants
- Brendan McKay, Combinatorial Data
Programs
-
Sage
# See Peterson Lenard link
Extensions
a(8), a(9) from Hugo Pfoertner, Sep 02 2019
Comments