OFFSET
0,4
COMMENTS
From Thomas Scheuerle, Dec 23 2025: (Start)
a(n) is the number of permutations of length n that avoid the pattern 231 and the mesh pattern (12, 283) or the same sequence for the mesh patterns (12, 285), (12, 315), (12, 317), (12, 347), (12, 349), (12, 379), (12, 381), (12, 405), (12, 407), (12, 414), (12, 427), (12, 433), (12, 435), (12, 469), (12, 471), (12, 478), (12, 491), (12, 497), (12, 499).
a(n) is the number of permutations of length n that avoid the pattern 231 and the mesh pattern (21, 205) or the same sequence for the mesh patterns (21, 207), (21, 237), (21, 239), (21, 345), (21, 347), (21, 377), (21, 379), (21, 460), (21, 462), (21, 465), (21, 467), (21, 492), (21, 494), (21, 497), (21, 499).
a(n) is the number of permutations of length n that avoid the pattern 321 and the mesh pattern (12, 247) or the same sequence for the mesh patterns (12, 253), (12, 382), (12, 478).
a(n) is the number of permutations of length n that avoid the pattern 321 and the mesh pattern (21, 163) or the same sequence for the mesh patterns (21, 167), (21, 169), (21, 173), (21, 179), (21, 183), (21, 185), (21, 189), (21, 227), (21, 231), (21, 233), (21, 237), (21, 243), (21, 247), (21, 249), (21, 253), (21, 298), (21, 302), (21, 314), (21, 318), (21, 362), (21, 366), (21, 378), (21, 382), (21, 394), (21, 398), (21, 410), (21, 414), (21, 458), (21, 462), (21, 474), (21, 478). (End)
LINKS
Christian Sievers, RFE Dec 2025: Mesh patterns avoiding 321, SeqFan thread.
Murray Tannock, Equivalence classes of mesh patterns with a dominating pattern, MSc Thesis, Reykjavik Univ., May 2016. See Appendix B1.
FORMULA
From Thomas Scheuerle, Dec 05 2025: (Start)
G.f.: -((sqrt(1 - 4*x) - 1)*(x^2 + x - 1))/(2*(x - 1)*x).
PROG
(PARI) listA(max_n) = my(x='x+O(x^max_n)); Vec(-((sqrt(1-4*x)-1)*(x^2+x-1))/(2*(x-1)*x)) \\ Thomas Scheuerle, Dec 05 2025
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 08 2017
EXTENSIONS
More terms, offset and name changed by Thomas Scheuerle, Dec 23 2025
STATUS
approved
