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-5 of 5 results.

A287650 Number of doubly symmetric diagonal Latin squares of order 4n with the first row in ascending order.

Original entry on oeis.org

2, 12288, 81217160478720, 6101215007109090122576072540160
Offset: 1

Views

Author

Eduard I. Vatutin, May 29 2017

Keywords

Comments

A doubly symmetric square has symmetries in both the horizontal and vertical planes.
The plane symmetry requires one-to-one correspondence between the values of elements a[i,j] and a[N+1-i,j] in a vertical plane, and between the values of elements a[i,j] and a[i,N+1-j] in a horizontal plane for 1 <= i,j <= N. - Eduard I. Vatutin, Alexey D. Belyshev, Oct 09 2017
Belyshev (2017) proved that doubly symmetric diagonal Latin squares exist only for orders N == 0 (mod 4).
Every doubly symmetric diagonal Latin square also has central symmetry. The converse is not true in general. It follows that a(n) <= A293777(4n). - Eduard I. Vatutin, May 26 2021
a(n)/(A001147(n)*2^(n*(4*n-3))) is the number of 2n X 2n grids with two instances of each of 1..n on the main diagonal and in each row and column with the first row in nondescreasing order. - Andrew Howroyd, May 30 2021

Examples

			Doubly symmetric diagonal Latin square example:
  0 1 2 3 4 5 6 7
  3 2 7 6 1 0 5 4
  2 3 1 0 7 6 4 5
  6 7 5 4 3 2 0 1
  7 6 3 2 5 4 1 0
  4 5 0 1 6 7 2 3
  5 4 6 7 0 1 3 2
  1 0 4 5 2 3 7 6
Reflection of all rows is equivalent to the exchange of elements 0 and 7, 1 and 6, 2 and 5, 3 and 4; hence, this square is horizontally symmetric. Reflection of all columns is equivalent to the exchange of elements 0 and 1, 2 and 4, 3 and 5, 6 and 7; hence, the square is also vertically symmetric.
From _Andrew Howroyd_, May 30 2021: (Start)
a(2) = 4*3*1024 = 12288. The 4 base quarter square arrangements are:
  1 1 2 2  1 1 2 2  1 1 2 2  1 1 2 2
  1 2 1 2  1 2 2 1  2 2 1 1  2 2 1 1
  2 1 2 1  2 2 1 1  1 1 2 2  2 2 1 1
  2 2 1 1  2 1 1 2  2 2 1 1  1 1 2 2
(End)
		

Crossrefs

Formula

a(n) = A292517(n) / (4n)!.

Extensions

a(2) corrected by Eduard I. Vatutin, Alexey D. Belyshev, Oct 09 2017
Edited and a(3) from Alexey D. Belyshev added by Max Alekseyev, Aug 23 2018, Sep 07 2018
a(4) from Andrew Howroyd, May 31 2021

A292516 Number of horizontally symmetric diagonal Latin squares of order 2n.

Original entry on oeis.org

0, 48, 46080, 145662935040, 300216848351861145600
Offset: 1

Views

Author

Eduard I. Vatutin, Sep 18 2017

Keywords

Comments

The number of horizontally symmetric diagonal Latin squares (X) is equal to the number of vertically symmetric diagonal Latin squares. The total number of symmetric diagonal Latin squares is equal to 2*X-Y, where Y is a number of double symmetric diagonal Latin squares (sequence A292517). - Eduard I. Vatutin, Alexey D. Belyshev, Oct 09 2017

Examples

			Horizontally symmetric diagonal Latin square:
  0 1 2 3 4 5
  4 2 0 5 3 1
  5 4 3 2 1 0
  2 5 4 1 0 3
  3 0 1 4 5 2
  1 3 5 0 2 4
Vertically symmetric diagonal Latin square:
  0 1 2 3 4 5
  4 2 5 0 3 1
  3 5 1 2 0 4
  5 3 0 4 1 2
  2 4 3 1 5 0
  1 0 4 5 2 3
		

Crossrefs

Formula

a(n) = A287649(n) * (2*n)!.

A293778 Number of centrally symmetric diagonal Latin squares of order n.

Original entry on oeis.org

1, 0, 0, 48, 960, 0, 14192640, 5449973760, 118753937326080
Offset: 1

Views

Author

Eduard I. Vatutin, Oct 16 2017

Keywords

Comments

Centrally symmetric diagon Latin square is a square with one-to-one correspondence between elements within all pairs a[i][j] and a[n-1-i][n-1-j] (numbering of rows and columns from 0 to n-1).
It seems that a(n)=0 for n=2 and n=3 (diagonal Latin squares of these sizes don't exist) and for n=2 (mod 4).
Every doubly symmetric diagonal Latin square also has central symmetry. The converse is not true in general. It follows that A292517(n) <= a(4n). - Eduard I. Vatutin, May 26 2021

Examples

			0 1 2 3 4 5 6 7 8
6 3 0 2 7 8 1 4 5
3 2 1 8 6 7 0 5 4
7 8 6 5 1 3 4 0 2
8 6 4 7 2 0 5 3 1
2 7 5 6 8 4 3 1 0
5 4 7 0 3 1 8 2 6
4 5 8 1 0 2 7 6 3
1 0 3 4 5 6 2 8 7
		

Crossrefs

Formula

a(n) = A293777(n) * n!.

A296061 Number of one-plane symmetric diagonal Latin squares of order 2n.

Original entry on oeis.org

0, 96, 92160, 290830417920
Offset: 1

Views

Author

Eduard I. Vatutin, Dec 04 2017

Keywords

Comments

One-plane symmetric diagonal Latin squares are vertically or horizontally symmetric diagonal Latin squares. a(n) is equal to 2*X-Y, where X is the number of horizontally symmetric diagonal Latin squares (sequence A292516), and Y is the number of doubly symmetric diagonal Latin squares (sequence A292517).

Examples

			A horizontally symmetric diagonal Latin square:
  0 1 2 3 4 5
  4 2 0 5 3 1
  5 4 3 2 1 0
  2 5 4 1 0 3
  3 0 1 4 5 2
  1 3 5 0 2 4
A vertically symmetric diagonal Latin square:
  0 1 2 3 4 5
  4 2 5 0 3 1
  3 5 1 2 0 4
  5 3 0 4 1 2
  2 4 3 1 5 0
  1 0 4 5 2 3
A doubly symmetric diagonal Latin square:
  0 1 2 3 4 5 6 7
  3 2 7 6 1 0 5 4
  2 3 1 0 7 6 4 5
  6 7 5 4 3 2 0 1
  7 6 3 2 5 4 1 0
  4 5 0 1 6 7 2 3
  5 4 6 7 0 1 3 2
  1 0 4 5 2 3 7 6
		

Crossrefs

Formula

a(n) = 2*A292516(n) - A292517(n).

A340550 Number of main classes of diagonal Latin squares of order n that contain a doubly symmetric square.

Original entry on oeis.org

1, 0, 0, 1, 0, 0, 0, 47, 0, 0, 0
Offset: 1

Views

Author

Eduard I. Vatutin, Jan 11 2021

Keywords

Comments

A doubly symmetric square has symmetries in both the horizontal and vertical planes (see A292517).
Every doubly symmetric diagonal Latin square also has central symmetry. The converse is not true in general. It follows that a(n) <= A340545(n). - Eduard I. Vatutin, May 28 2021

Examples

			An example of a doubly symmetric diagonal Latin square:
  0 1 2 3 4 5 6 7
  3 2 7 6 1 0 5 4
  2 3 1 0 7 6 4 5
  6 7 5 4 3 2 0 1
  7 6 3 2 5 4 1 0
  4 5 0 1 6 7 2 3
  5 4 6 7 0 1 3 2
  1 0 4 5 2 3 7 6
In the horizontal direction there is a one-to-one correspondence between elements 0 and 7, 1 and 6, 2 and 5, 3 and 4.
In the vertical direction there is also a correspondence between elements 0 and 1, 2 and 4, 6 and 7, 3 and 5.
		

Crossrefs

Extensions

Name clarified by Andrew Howroyd, Oct 22 2023
Showing 1-5 of 5 results.