OFFSET
0,5
LINKS
Miklos Bona, Michael Cory, Cyclic Permutations Avoiding Pairs of Patterns of Length Three, arXiv:1805.05196 [math.CO], 2018.
EXAMPLE
For n=4, there are two such permutations, 4123 and 4312.
The a(5) = 5 permutations are 51234, 51423, 53124, 54132, 54213.
PROG
(PARI) \\ See PARI link in A309504 for program code.
for(n=0, 16, print1(E231(n), ", ")) \\ Andrew Howroyd, Nov 20 2024
CROSSREFS
KEYWORD
nonn,more,changed
AUTHOR
Miklos Bona, Aug 05 2019
EXTENSIONS
a(1)=1 (confirmed by author) inserted by Alexander Burstein, Jul 20 2020
a(0)=1 prepended and a(13)-a(24) from Andrew Howroyd, Nov 20 2024
STATUS
approved