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.

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