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.

A293777 Number of centrally symmetric diagonal Latin squares of order n with the first row in ascending order.

Original entry on oeis.org

1, 0, 0, 2, 8, 0, 2816, 135168, 327254016
Offset: 1

Views

Author

Eduard I. Vatutin, Oct 16 2017

Keywords

Comments

A centrally symmetric diagonal 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] (with rows and columns numbered from 0 to n-1).
a(n)=0 for n=2 and n=3 (diagonal Latin squares of these sizes don't exist). It seems that a(n)=0 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 a(4n) >= A287650(n). - Eduard I. Vatutin, May 03 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) = A293778(n) / n!.