OFFSET
5,1
COMMENTS
Circular permutations are permutations whose indices are from the ring of integers modulo n.
EXAMPLE
For n=5 there are (5-1)!-a(5)=12 circular permutations with triples i,i+2,i+4 (mod 5) or triples i,i-2,i-4 (mod 5). An example of one is (0,3,1,2,4) because of the progression 0,3,1 (mod 5).
CROSSREFS
KEYWORD
nonn
AUTHOR
Isaac Lambert, Mar 10 2010
STATUS
approved