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.

A375141 Number of even reduced Latin squares of order n.

Original entry on oeis.org

1, 1, 1, 4, 40, 5856, 8609280
Offset: 1

Views

Author

Carolin Hannusch, Jul 31 2024

Keywords

Examples

			n=4: [[1, 2, 3, 4], [2, 1, 4, 3], [3, 4, 1, 2], [4, 3, 2, 1]];
 [[1, 2, 3, 4], [2, 1, 4, 3], [3, 4, 2, 1], [4, 3, 1, 2]];
 [[1, 2, 3, 4], [2, 3, 4, 1], [3, 4, 1, 2], [4, 1, 2, 3]];
 [[1, 2, 3, 4], [2, 4, 1, 3], [3, 1, 4, 2], [4, 3, 2, 1]]
		

Crossrefs

Formula

a(n) + A375121(n) = A000315(n).