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}.

This page as a plain text file.
%I A067601 #27 Dec 22 2023 23:59:55
%S A067601 1,1,2,12,144,1928,44664,1377984,51826560
%N 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}.
%C A067601 "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,...)
%C A067601 The references all deal with length 12.
%H A067601 Stefan Bauer-Mengelberg and Melvin Ferentz, <a href="http://www.jstor.org/stable/832507">On Eleven-Interval Twelve-Tone Rows</a>, Perspectives of New Music 3, no. 2 (Spring-Summer 1965): 93-103
%H A067601 Sean A. Irvine, <a href="https://github.com/archmageirvine/joeis/blob/master/src/irvine/oeis/a067/A067601.java">Java program</a> (github)
%H A067601 Robert Morris and Daniel Starr, <a href="http://www.jstor.org/stable/843642">The Structure of All-interval Series</a>, Journal of Music Theory 18, no. 2 (Fall 1974): 364-389.
%H A067601 David Schiff, <a href="http://www.jstor.org/stable/945209">Elliott Carter's Harvest Home</a>, Tempo 167 (December 1988): 7-13.
%F A067601 a(n) = ceiling(A141599(n)/2). - _Leo C. Stein_, Nov 26 2016
%e A067601 0 1 3 2 has first difference, mod 4, of 1 2 3;
%e A067601 0 2 1 4 5 3 has first difference, mod 6, of 2 5 3 1 4;
%e A067601 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.
%Y A067601 Cf. A141598, A141599.
%K A067601 nonn,more
%O A067601 1,3
%A A067601 Eugene McDonnell (eemcd(AT)aol.com), Jan 31 2002
%E A067601 Edited by _Don Reble_, Oct 31 2005
%E A067601 a(9) from _Sean A. Irvine_, Dec 22 2023