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.

A354068 Minimum number of diagonal transversals in an orthogonal diagonal Latin square of order n.

Original entry on oeis.org

1, 0, 0, 4, 5, 0, 8, 8, 14
Offset: 1

Views

Author

Eduard I. Vatutin, May 16 2022

Keywords

Comments

An orthogonal diagonal Latin square is a diagonal Latin square with at least one orthogonal diagonal mate.
a(10) <= 60, a(11) <= 279, a(12) <= 588, a(13) <= 9610.
Every orthogonal diagonal Latin square is a diagonal Latin square, so A287647(n) <= a(n) <= A360220(n) <= A287648(n). - Eduard I. Vatutin, Mar 03 2023

Examples

			One of the best orthogonal diagonal Latin squares of order n=9
  0 1 2 3 4 5 6 7 8
  1 2 3 8 6 4 7 0 5
  5 4 6 0 7 8 3 1 2
  7 3 1 5 2 6 0 8 4
  8 7 4 6 1 2 5 3 0
  3 0 5 4 8 7 1 2 6
  4 6 7 2 3 0 8 5 1
  6 5 8 1 0 3 2 4 7
  2 8 0 7 5 1 4 6 3
has orthogonal diagonal mate
  0 1 2 3 4 5 6 7 8
  2 3 8 7 5 6 4 1 0
  1 5 4 8 6 0 2 3 7
  8 7 0 6 1 3 5 4 2
  5 0 1 2 7 8 3 6 4
  4 6 7 0 3 2 8 5 1
  3 8 5 4 0 7 1 2 6
  7 4 6 5 2 1 0 8 3
  6 2 3 1 8 4 7 0 5
and 14 diagonal transversals, which is the minimal number, so a(9)=14.
		

Crossrefs