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.

Showing 1-3 of 3 results.

A307163 Minimum number of intercalates in a diagonal Latin square of order n.

Original entry on oeis.org

0, 0, 0, 12, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 1

Views

Author

Eduard I. Vatutin, Mar 27 2019

Keywords

Comments

An intercalate is a 2 X 2 subsquare of a Latin square.
Every diagonal Latin square is a Latin square, so 0 <= a(n) <= A307164(n) <= A092237(n). - Eduard I. Vatutin, Sep 21 2020
Every intercalate is a partial loop and every partial loop is a loop, so 0 <= a(n) <= A307170(n) <= A307166(n). - Eduard I. Vatutin, Oct 19 2020
a(n)=0 for all orders n for which cyclic diagonal Latin squares exist (see A007310) due to all cyclic diagonal Latin squares don't have intercalates. - Eduard I. Vatutin, Aug 07 2023
a(n)=0 for all orders n for which diagonalized cyclic diagonal Latin squares exist (see A372922) due to all diagonalized cyclic diagonal Latin squares don't have intercalates. - Eduard I. Vatutin, Sep 24 2024
a(16) <= 2, a(17) = 0, a(18) <= 9, a(19) = 0, a(20) <= 1, a(21) <= 11, a(22) <= 9, a(23) = 0, a(24) <= 16, a(25) = 0, a(26) <= 29. - Eduard I. Vatutin, added Sep 10 2023, updated Mar 01 2025

Crossrefs

Extensions

a(9) added by Eduard I. Vatutin, Sep 21 2020
a(10)-a(13) added by Eduard I. Vatutin, Apr 01 2021
a(14)-a(15) added by Eduard I. Vatutin, Sep 24 2024

A307166 Minimum number of loops in a diagonal Latin square of order n.

Original entry on oeis.org

1, 0, 0, 12, 10, 27, 21, 40
Offset: 1

Views

Author

Eduard I. Vatutin, Mar 27 2019

Keywords

Comments

A loop in a Latin square is a sequence of cells v1=L[i1,j1] -> v2=L[i1,j2] -> v1=L[i2,j2] -> ... -> v2=L[im,j1] -> v1=L[i1,j1] of length 2*m that consists of a pair of values {v1, v2}.
For diagonal Latin squares of order 4 all loops are intercalates. - Eduard I. Vatutin, Oct 05 2020
From Eduard I. Vatutin, Oct 26 2020: (Start)
Every intercalate is a partial loop and every partial loop is a loop, so 0 <= A307163(n) <= A307170(n) <= a(n).
0 <= a(n) <= A307167(n).
(End)

Examples

			For example, the square
  2 4 3 5 0 1
  1 0 4 3 2 5
  0 2 5 4 1 3
  5 3 0 1 4 2
  4 5 1 2 3 0
  3 1 2 0 5 4
has a loop
  2 4 . . . .
  . . . . . .
  . 2 . 4 . .
  . . . . . .
  4 . . 2 . .
  . . . . . .
consisting of the sequence of cells L[1,1]=2 -> L[1,2]=4 -> L[3,2]=2 -> L[3,4]=4 -> L[5,4]=2 -> L[5,1]=4 -> L[1,1]=2 with length 6.
The total number of loops for this square is 21.
		

Crossrefs

Extensions

a(8) added by Eduard I. Vatutin, Oct 05 2020

A307171 Maximum number of partial loops in a diagonal Latin square of order n.

Original entry on oeis.org

0, 0, 0, 12, 8, 21, 53, 112
Offset: 1

Views

Author

Eduard I. Vatutin, Mar 27 2019

Keywords

Comments

A loop in a Latin square is a sequence of cells v1=L[i1,j1] -> v2=L[i1,j2] -> v1=L[i2,j2] -> ... -> v2=L[im,j1] -> v1=L[i1,j1] of length 2*m that consists of a pair of values {v1, v2}. A partial loop is a loop of length < 2*n.

Examples

			For example, the square
  2 4 3 5 0 1
  1 0 4 3 2 5
  0 2 5 4 1 3
  5 3 0 1 4 2
  4 5 1 2 3 0
  3 1 2 0 5 4
has a loop
  2 4 . . . .
  . . . . . .
  . 2 . 4 . .
  . . . . . .
  4 . . 2 . .
  . . . . . .
consisting of the sequence of cells L[1,1]=2 -> L[1,2]=4 -> L[3,2]=2 -> L[3,4]=4 -> L[5,4]=2 -> L[5,1]=4 -> L[1,1]=2 with length 6 < 12.
The total number of loops for this square is 21, all of which are partial.
		

Crossrefs

Extensions

a(8) added by Eduard I. Vatutin, Oct 06 2020
Showing 1-3 of 3 results.