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.

Showing 1-3 of 3 results.

A114630 a(n) = A114628(n) - A114629(n).

Original entry on oeis.org

1, 2, 0, 576, 0, 199065600, 0, 1262123552342016000
Offset: 1

Views

Author

Eric W. Weisstein, Dec 18 2005

Keywords

Crossrefs

Extensions

Edited by Charles R Greathouse IV, Aug 05 2010

A114628 Number of even Latin squares of order n.

Original entry on oeis.org

1, 2, 6, 576, 80640, 505958400, 30739709952000, 55019078005712486400
Offset: 1

Views

Author

Eric W. Weisstein, Dec 18 2005

Keywords

Crossrefs

A375121 Number of odd reduced Latin squares of order n.

Original entry on oeis.org

0, 0, 0, 0, 16, 3552, 8332800
Offset: 1

Views

Author

Carolin Hannusch, Jul 31 2024

Keywords

Examples

			For n=5 the 16 squares are:
[[1, 2, 3, 4, 5],[2, 1, 4, 5, 3],[3, 4, 5, 1, 2],[4, 5, 2, 3, 1],[5, 3, 1, 2, 4]];
[[1, 2, 3, 4, 5],[2, 1, 4, 5, 3],[3, 4, 5, 2, 1],[4, 5, 1, 3, 2],[5, 3, 2, 1, 4]];
[[1, 2, 3, 4, 5],[2, 1, 5, 3, 4],[3, 5, 4, 1, 2],[4, 3, 2, 5, 1],[5, 4, 1, 2, 3]];
[[1, 2, 3, 4, 5],[2, 1, 5, 3, 4],[3, 5, 4, 2, 1],[4, 3, 1, 5, 2],[5, 4, 2, 1, 3]];
[[1, 2, 3, 4, 5],[2, 3, 1, 5, 4],[3, 4, 5, 2, 1],[4, 5, 2, 1, 3],[5, 1, 4, 3, 2]];
[[1, 2, 3, 4, 5],[2, 3, 1, 5, 4],[3, 5, 4, 1, 2],[4, 1, 5, 2, 3],[5, 4, 2, 3, 1]];
[[1, 2, 3, 4, 5],[2, 3, 4, 5, 1],[3, 1, 5, 2, 4],[4, 5, 2, 1, 3],[5, 4, 1, 3, 2]];
[[1, 2, 3, 4, 5],[2, 3, 5, 1, 4],[3, 1, 4, 5, 2],[4, 5, 1, 2, 3],[5, 4, 2, 3, 1]];
[[1, 2, 3, 4, 5],[2, 4, 1, 5, 3],[3, 5, 2, 1, 4],[4, 1, 5, 3, 2],[5, 3, 4, 2, 1]];
[[1, 2, 3, 4, 5],[2, 4, 5, 1, 3],[3, 1, 2, 5, 4],[4, 5, 1, 3, 2],[5, 3, 4, 2, 1]];
[[1, 2, 3, 4, 5],[2, 4, 5, 1, 3],[3, 5, 1, 2, 4],[4, 3, 2, 5, 1],[5, 1, 4, 3, 2]];
[[1, 2, 3, 4, 5],[2, 4, 5, 3, 1],[3, 5, 1, 2, 4],[4, 1, 2, 5, 3],[5, 3, 4, 1, 2]];
[[1, 2, 3, 4, 5],[2, 5, 1, 3, 4],[3, 4, 2, 5, 1],[4, 3, 5, 1, 2],[5, 1, 4, 2, 3]];
[[1, 2, 3, 4, 5],[2, 5, 4, 1, 3],[3, 4, 1, 5, 2],[4, 3, 5, 2, 1],[5, 1, 2, 3, 4]];
[[1, 2, 3, 4, 5],[2, 5, 4, 3, 1],[3, 1, 2, 5, 4],[4, 3, 5, 1, 2],[5, 4, 1, 2, 3]];
[[1, 2, 3, 4, 5],[2, 5, 4, 3, 1],[3, 4, 1, 5, 2],[4, 1, 5, 2, 3],[5, 3, 2, 1, 4]].
		

Crossrefs

Formula

a(n) + A375141(n) = A000315(n).
Showing 1-3 of 3 results.