A309258 a(n) is the number of distinct absolute values of determinants of order n Latin squares.
1, 1, 1, 3, 6, 197, 3684, 159561
Offset: 1
Examples
For n = 5, the set of absolute values of determinants is {75, 825, 1200, 1575, 1875, 2325}, so a(5) = 6.
Links
- Froylan Maldonado, Code
- Brendan McKay, Latin squares
- Hugo Pfoertner, 8X8 Latin squares: Illustration of occurrence counts of determinant values, 5.7 MB, zoom in to see details (2019).
- Hugo Pfoertner, Occurrence counts of determinant values for n=1..8, zipped (2019).
Programs
-
Sage
# See Maldonado link.
Extensions
a(8) from Hugo Pfoertner, Aug 26 2019
Comments