OFFSET
0,4
COMMENTS
The vincular pattern 23-1-4 requires the 2 and the 3 to be adjacent.
By the trivial Wilf equivalence obtained by reversing the permutations, a(n) is also the number of cyclic patterns of length n that avoid the vincular pattern 32-4-1.
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..500
Rupert Li, Vincular Pattern Avoidance on Cyclic Permutations, arXiv:2107.12353 [math.CO], 2021.
FORMULA
For n >= 2, a(n) = Sum_{i=0..n-2} binomial(n-2,i) * A092920(i).
CROSSREFS
KEYWORD
nonn
AUTHOR
Rupert Li, Aug 03 2021
STATUS
approved