OFFSET
1,4
COMMENTS
Circular permutations are permutations whose indices are from the ring of integers modulo n. Increasing 3-sequences are of the form i,i+1,i+2, while decreasing 3-sequences are of the form i,i-1,i-2.
LINKS
W. M. Dymacek, I. Lambert, Permutations Avoiding Runs of i, i+1, i+2 or i, i-1, i-2 , J. Int. Seq. 14 (2011) # 11.1.6, Table 1.
EXAMPLE
For n=4 the a(4)=4 solutions are (0,1,3,2), (0,2,1,3), (0,2,3,1), and (0,3,1,2).
CROSSREFS
KEYWORD
nonn
AUTHOR
Isaac Lambert, Oct 07 2009
EXTENSIONS
Edited and more terms added by Max Alekseyev, Jun 14 2011
STATUS
approved