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.

A333367 Number of doubly self-orthogonal diagonal Latin squares of order n with the first row in ascending order.

Original entry on oeis.org

1, 0, 0, 2, 4, 0, 64, 1152, 28608, 0
Offset: 1

Views

Author

Eduard I. Vatutin, Mar 17 2020

Keywords

Comments

A doubly self-orthogonal diagonal Latin square (DSODLS) is a diagonal Latin square orthogonal to its transpose and antitranspose.
a(n) <= A287761(n) <= A309598(n) <= A305570(n). - Eduard I. Vatutin, Jun 06 2020

Examples

			0 1 2 3 4 5 6 7 8
2 4 3 0 7 6 8 1 5
4 6 7 1 8 2 3 5 0
8 3 5 6 0 7 1 2 4
7 8 1 4 5 3 0 6 2
3 7 0 2 1 8 5 4 6
1 5 4 7 6 0 2 8 3
5 0 6 8 2 1 4 3 7
6 2 8 5 3 4 7 0 1
		

Crossrefs