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.

A287649 Number of horizontally symmetric diagonal Latin squares of order 2n with the first row in ascending order.

Original entry on oeis.org

0, 2, 64, 3612672, 82731715264512
Offset: 1

Views

Author

Eduard I. Vatutin, May 29 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 diagonal Latin squares with either horizontal or vertical symmetry (see A296060) is equal to 2*X-Y, where Y is the number of doubly symmetric diagonal Latin squares (see A287650). - Eduard I. Vatutin, Alexey D. Belyshev, Oct 09 2017
The sum of symmetric elements a[i, j] and a[i, n-1-j] in a horizontally symmetric normalized square of order n is constant and equal to n-1 for all pairs of elements (with rows and columns numbered from 0 to n-1 and elements values from 0 to n-1). This is not true for vertically symmetric normalized squares. - Eduard I. Vatutin, Oct 19 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) = A292516(n) / (2*n)!.
a(n) = (A296060(n) + A287650(n/2))/2 for even n; a(n) = A296060(n)/2 for odd n. - Andrew Howroyd, May 28 2021

Extensions

a(5) calculated and added by Eduard I. Vatutin, S. E. Kochemazov and O. S. Zaikin, Jun 15 2017

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)!.

A296060 Number of one-plane symmetric diagonal Latin squares of order 2n with first row 0,1,...,2n-1.

Original entry on oeis.org

0, 2, 128, 7213056
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 with constant first row (sequence A287649), and Y is the number of doubly symmetric diagonal Latin squares with constant first row (sequence A287650).

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*A287649(n) - A287650(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.