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-1 of 1 results.

A320334 Number of ways to group the first 2*n positive integers into n pairs (xi, yi) with xi < yi, and such that the n numbers (yi - xi) mod n are all different.

Original entry on oeis.org

1, 1, 0, 3, 12, 25, 0, 475, 5352, 17157, 0, 896535, 15083680, 68879713, 0
Offset: 0

Views

Author

Altug Alkan, Oct 11 2018

Keywords

Comments

A variant of A060963, a(n) <= A060963(n) by definition.

Examples

			a(3) = 3 because {(1,4), (2,6), (3,5)}, {(1,5), (2,4), (3,6)}, {(1,6), (2,5), (3,4)} are corresponding sets.
		

Crossrefs

Extensions

Terms computed by Rémy Sigrist, Oct 11 2018
Showing 1-1 of 1 results.