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.

A344105 a(n) is the number of distinct numbers of transversals of order n diagonal Latin squares.

Original entry on oeis.org

1, 0, 0, 1, 2, 1, 32, 73, 406
Offset: 1

Views

Author

Eduard I. Vatutin, Jun 22 2021

Keywords

Comments

a(n) <= A287644(n) - A287645(n) + 1.
a(n) <= A287764(n).
Diagonal Latin squares are a special case of Latin squares, so a(n) <= A309344(n).
a(10) >= 459, a(11) >= 6437, a(12) >= 23707, a(13) >= 75891, a(14) >= 290681. - Eduard I. Vatutin, Oct 29 2021, updated Mar 01 2025
For all spectra of even orders all known values included in them are divisible by 2. For all spectra of orders n=6, n=10 and n=14 (and probably for all n=4k+2) all known values included in the corresponding spectra are divisible by 4. This leads to the following hypothesis: a(2k) <= (A287644(2k) - A287645(2k) + 2)/2 and a(4k+2) <= (A287644(4k+2) - A287645(4k+2) + 4)/4, where w(n) = A287644(n) - A287645(n) + 1 is a width of corresponding spectra and (w(n)+1)/2 is done to round the result of the division up. - Eduard I. Vatutin, Mar 21 2022

Examples

			For n=7 the number of transversals that a diagonal Latin square of order 7 may have is 7, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 37, 41, 43, 45, 47, 55, or 133. Since there are 32 distinct values, a(7)=32.
		

Crossrefs

Extensions

a(8) added by Eduard I. Vatutin, Jul 14 2021
a(9) added by Eduard I. Vatutin, Nov 20 2022