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.

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