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.

Showing 1-1 of 1 results.

A383036 The determinant of the matrix representing a totally anti-symmetric quasigroup of order 2*n+1.

Original entry on oeis.org

0, 9, 1250, 352947, 172186884, 129687123005, 139788510734886, 204350482177734375, 389289535005334947848, 937146152681201173795569, 2782184294469515486371964010, 9986310782535957929474146174619, 42632564145606011152267456054687500, 213501642487388555901009081409220318757
Offset: 0

Views

Author

DarĂ­o Clavijo, May 21 2025

Keywords

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.

Examples

			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.
		

Crossrefs

Programs

Formula

a(n) = n*(2*n+1)^(2*n) = A081131(2*n+1).
Showing 1-1 of 1 results.