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.

A287647 Minimum number of diagonal transversals in a diagonal Latin square of order n.

Original entry on oeis.org

1, 0, 0, 4, 1, 2, 0, 0, 0
Offset: 1

Views

Author

Eduard I. Vatutin, May 29 2017

Keywords

Comments

A007016 is an upper bound for the number of diagonal transversals in a Latin square: a(n) <= A287648(n) <= A007016(n). - Eduard I. Vatutin, Jan 02 2020
From Eduard I. Vatutin, Apr 26 2021: (Start)
A diagonal Latin square is a Latin square in which both the main diagonal and main antidiagonal contain each element.
A diagonal transversal is a transversal that includes exactly one element from the main diagonal and exactly one from the antidiagonal. For squares of odd orders, these elements can coincide at the intersection of the diagonals.
All cyclic diagonal Latin squares (see A338562) are diagonal Latin squares, so a(n) <= A342998((n-1)/2). (End)
a(10) <= 3, a(11) <= 43, a(12) = 0, a(13) <= 4756, a(14) <= 1446, a(15) <= 15510, a(16) <= 898988, a(17) <= 12058840, a(18) <= 82577875, a(19) <= 592174879, a(20) <= 4488686380. - Eduard I. Vatutin, Sep 26 2021, updated Jan 20 2025

Examples

			From _Eduard I. Vatutin_, Apr 26 2021: (Start)
For example, the diagonal Latin square
  0 1 2 3
  3 2 1 0
  1 0 3 2
  2 3 0 1
has 4 diagonal transversals:
  0 . . .    . 1 . .    . . 2 .    . . . 3
  . . 1 .    . . . 0    3 . . .    . 2 . .
  . . . 2    . . 3 .    . 0 . .    1 . . .
  . 3 . .    2 . . .    . . . 1    . . 0 .
In addition there are 4 other transversals that are not diagonal transversals and are therefore not included here. (End)
		

Crossrefs

Extensions

a(8) added by Eduard I. Vatutin, Oct 29 2017
a(9) added by Eduard I. Vatutin, Sep 20 2020