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.

A309984 Number of n X n Latin squares with determinant 0, divided by 2.

Original entry on oeis.org

0, 0, 0, 16, 0, 2088, 5752, 199600889
Offset: 1

Views

Author

Hugo Pfoertner, Aug 26 2019

Keywords

Examples

			a(4)=16: There are 2*a(4) = 32 4 X 4 Latin squares with determinant = 0, one of which is
  [1  4  3  2]
  [4  1  2  3]
  [3  2  1  4]
  [2  3  4  1].
An example of a 6 X 6 Latin square with determinant = 0 is
  [1  3  4  6  5  2]
  [3  2  6  5  4  1]
  [4  6  3  2  1  5]
  [6  5  1  3  2  4]
  [5  4  2  1  3  6]
  [2  1  5  4  6  3].
		

Crossrefs