login
A383036
The determinant of the matrix representing a totally anti-symmetric quasigroup of order 2*n+1.
1
0, 9, 1250, 352947, 172186884, 129687123005, 139788510734886, 204350482177734375, 389289535005334947848, 937146152681201173795569, 2782184294469515486371964010, 9986310782535957929474146174619, 42632564145606011152267456054687500, 213501642487388555901009081409220318757
OFFSET
0,2
COMMENTS
A totally antisymmetric quasigroup of order 2*n+1 is constructed in a way such that M[i][j] != M[j][i] for i!=j with m = 2*n+1, k = 2 and M[j][i] = k*(j-i) mod m for 0 <= j,i < m.
For any k != 0 mod m the resulting matrix M has the same determinant for each n.
Also the resulting matrix M is circulant and a Latin square.
LINKS
H. Michael Damm, Totally anti-symmetric quasigroups for all orders n not equal to 2 or 6, Discrete Math., 307:6 (2007), 715-729.
Wikipedia, Quasigroups
FORMULA
a(n) = n*(2*n+1)^(2*n) = A081131(2*n+1).
EXAMPLE
For n = 1, a(1) = 9 because:
The resulting totally anti-symetric quasigroup has a matrix:
with k = 1:
0, 1, 2,
2, 0, 1,
1, 2, 0
which has a determinant: 9.
with k = 2:
0, 2, 1,
1, 0, 2,
2, 1, 0
has also the same determinant 9.
MATHEMATICA
A383036[n_] := n*(2*n+1)^(2*n); Array[A383036, 15, 0] (* Paolo Xausa, May 28 2025 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Darío Clavijo, May 21 2025
STATUS
approved