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.

A340546 Number of main classes of diagonal Latin squares of order 2n that contain a one-plane symmetric square.

Original entry on oeis.org

0, 1, 2, 9717
Offset: 1

Views

Author

Eduard I. Vatutin, Jan 11 2021

Keywords

Comments

A one-plane symmetric diagonal Latin square is a vertically or horizontally symmetric diagonal Latin square (see A296060). Such diagonal Latin squares do not exist for odd orders > 1.

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
Both are one-plane symmetric diagonal Latin squares.
		

Crossrefs

Extensions

Name clarified by Andrew Howroyd, Oct 22 2023