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.

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

Original entry on oeis.org

1, 0, 0, 8, 3, 32, 7, 8, 68
Offset: 1

Views

Author

Eduard I. Vatutin, May 29 2017

Keywords

Comments

From Eduard I. Vatutin, Sep 20 2020: (Start)
Every diagonal Latin square is a Latin square, so 0 <= a(n) <= A287644(n) <= A090741(n).
A lower bound for odd n is A091323((n-1)/2) <= a(n). (End)
By definition, the main diagonal and antidiagonal of a diagonal Latin square are transversals, so a(n)>=2 for all n>=4 (the two diagonals are the same in the order 1 square and there are no diagonal Latin squares of orders 2 or 3). - Eduard I. Vatutin, Jun 13 2021
All cyclic diagonal Latin squares are diagonal Latin squares, so a(n) <= A348212((n-1)/2) for all orders n of which cyclic diagonal Latin squares exist. - Eduard I. Vatutin, Mar 25 2021
a(10) <= 128, a(11) <= 814, a(12) <= 448, a(13) <= 43093, a(14) <= 25720, a(15) <= 215721, a(16) <= 7465984. - Eduard I. Vatutin, Mar 11 2021, updated Feb 12 2025

Examples

			From _Eduard I. Vatutin_, Apr 24 2021: (Start)
For example, diagonal Latin square
  0 1 2 3
  3 2 1 0
  1 0 3 2
  2 3 0 1
has 4 diagonal transversals (see A287648)
  0 . . .   . 1 . .   . . 2 .   . . . 3
  . . 1 .   . . . 0   3 . . .   . 2 . .
  . . . 2   . . 3 .   . 0 . .   1 . . .
  . 3 . .   2 . . .   . . . 1   . . 0 .
and 4 not diagonal transversals
  0 . . .   . 1 . .   . . 2 .   . . . 3
  . 2 . .   3 . . .   . . . 0   . . 1 .
  . . 3 .   . . . 2   1 . . .   . 0 . .
  . . . 1   . . 0 .   . 3 . .   2 . . .
total 8 transversals. (End)
		

Crossrefs

Extensions

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