login
A307164
Maximum number of intercalates in a diagonal Latin square of order n.
9
0, 0, 0, 12, 4, 9, 30, 112, 72
OFFSET
1,4
COMMENTS
An intercalate is a 2 X 2 subsquare of a Latin square.
0 <= A307163(n) <= A307164(n) <= A092237(n). - Eduard I. Vatutin, Sep 21 2020
a(10) >= 101, a(11) >= 94, a(12) >= 252, a(13) >= 156, a(14) >= 353. - Eduard I. Vatutin, May 31 2021, updated Sep 10 2023
LINKS
Eduard Vatutin, Alexey Belyshev, Natalia Nikitina, and Maxim Manzuk, Evaluation of Efficiency of Using Simple Transformations When Searching for Orthogonal Diagonal Latin Squares of Order 10, High-Performance Computing Systems and Technologies in Sci. Res., Automation of Control and Production (HPCST 2020), Communications in Comp. and Inf. Sci. book series (CCIS, Vol. 1304) Springer, Cham (2020), 127-146.
Eduard I. Vatutin, Natalia N. Nikitina, Maxim O. Manzuk, Alexandr M. Albertyan, and Ilya I. Kurochkin, On the construction of spectra of fast-computable numerical characteristics for diagonal Latin squares of small order, Intellectual and Information Systems (Intellect - 2021), Tula, 2021, pp. 7-17 (in Russian).
E. I. Vatutin, V. S. Titov, A. I. Pykhtin, A. V. Kripachev, N. N. Nikitina, M. O. Manzuk, A. M. Albertyan and I. I. Kurochkin, Estimation of the Cardinalities of the Spectra of Fast-computable Numerical Characteristics for Diagonal Latin Squares of Orders N>9 (in Russian) // Science and education in the development of industrial, social and economic spheres of Russian regions. Murom, 2022. pp. 314-315.
EXAMPLE
From Eduard I. Vatutin, May 31 2021: (Start)
One of the best known diagonal Latin squares of order n=5
0 1 2 3 4
4 2 0 1 3
1 4 3 2 0
3 0 1 4 2
2 3 4 0 1
has 4 intercalates:
. . 2 3 . . . . . . . . . . . . . . . .
. . . . . . . 0 . 3 . . . . . . . . . .
. . 3 2 . . . 3 . 0 1 . 3 . . . 4 3 . .
. . . . . . . . . . 3 . 1 . . . . . . .
. . . . . . . . . . . . . . . . 3 4 . .
so a(5)=4. (End)
CROSSREFS
KEYWORD
nonn,more,hard
AUTHOR
Eduard I. Vatutin, Mar 27 2019
EXTENSIONS
a(9) added by Eduard I. Vatutin, Sep 21 2020
STATUS
approved