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.

A279850 Rows of the 1440 self-orthogonal Latin squares of order 5, lexicographically sorted.

Original entry on oeis.org

1, 2, 3, 4, 5, 3, 4, 2, 5, 1, 4, 1, 5, 3, 2, 5, 3, 1, 2, 4, 2, 5, 4, 1, 3, 1, 2, 3, 4, 5, 3, 4, 5, 1, 2, 5, 1, 2, 3, 4, 2, 3, 4, 5, 1, 4, 5, 1, 2, 3, 1, 2, 3, 4, 5, 3, 5, 2, 1, 4, 5, 1, 4, 2, 3, 2, 4, 5, 3, 1, 4, 3, 1, 5, 2, 1, 2, 3, 4, 5, 3, 5, 4, 2, 1, 4, 1, 2, 5, 3, 5, 4, 1, 3, 2, 2, 3, 5, 1, 4
Offset: 1

Views

Author

Colin Barker, Dec 20 2016

Keywords

Comments

An m X m Latin square consists of m sets of the numbers 1 to m arranged in such a way that no row or column contains the same number twice.
Two m X m Latin squares are orthogonal if no pair of corresponding elements occurs more than once.
A self-orthogonal Latin square is a Latin square that is orthogonal to its transpose.

Examples

			The first few squares are:
1 2 3 4 5   1 2 3 4 5   1 2 3 4 5   1 2 3 4 5   1 2 3 4 5   1 2 3 4 5
3 4 2 5 1   3 4 5 1 2   3 5 2 1 4   3 5 4 2 1   4 3 1 5 2   4 3 5 2 1
4 1 5 3 2   5 1 2 3 4   5 1 4 2 3   4 1 2 5 3   2 4 5 3 1   5 4 2 1 3
5 3 1 2 4   2 3 4 5 1   2 4 5 3 1   5 4 1 3 2   5 1 4 2 3   3 1 4 5 2
2 5 4 1 3   4 5 1 2 3   4 3 1 5 2   2 3 5 1 4   3 5 2 1 4   2 5 1 3 4
		

Crossrefs