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.

A067601 a(n) is the number of inequivalent permutations of {0..2n-1}, such that the first differences (modulo 2n) are a permutation of {1..2n-1}.

Original entry on oeis.org

1, 1, 2, 12, 144, 1928, 44664, 1377984, 51826560
Offset: 1

Views

Author

Eugene McDonnell (eemcd(AT)aol.com), Jan 31 2002

Keywords

Comments

"Inequivalent" effectively means that the permutation begins with 0 and the second item is <= n. (Working modulo 2n, s1+k,s2+k,s3+k,... is equivalent to s1,s2,s3,...; and -s1,-s2,-s3 is equivalent to s1,s2,s3,...)
The references all deal with length 12.

Examples

			0 1 3 2 has first difference, mod 4, of 1 2 3;
0 2 1 4 5 3 has first difference, mod 6, of 2 5 3 1 4;
0 4 5 8 3 1 7 9 2 11 10 6 has first difference, mod 12, of 4 1 3 7 10 6 2 5 9 11 8.
		

Crossrefs

Formula

a(n) = ceiling(A141599(n)/2). - Leo C. Stein, Nov 26 2016

Extensions

Edited by Don Reble, Oct 31 2005
a(9) from Sean A. Irvine, Dec 22 2023