A361270 Number of 1324-avoiding odd Grassmannian permutations of size n.
0, 0, 1, 2, 5, 8, 16, 20, 38, 40, 75, 70, 131, 112, 210, 168, 316, 240, 453, 330, 625, 440, 836, 572, 1090, 728, 1391, 910, 1743, 1120, 2150, 1360, 2616, 1632, 3145, 1938, 3741, 2280, 4408, 2660, 5150, 3080, 5971, 3542, 6875, 4048, 7866, 4600, 8948, 5200, 10125
Offset: 0
Examples
For n=4 the a(4)=5 permutations are 1243, 2134, 2341, 2413, 4123.
Links
- Juan B. Gil and Jessica A. Tomasko, Pattern-avoiding even and odd Grassmannian permutations, arXiv:2207.12617 [math.CO], 2022.
- Index entries for linear recurrences with constant coefficients, signature (0,4,0,-6,0,4,0,-1).
Programs
-
PARI
Vec(x^2*(2*x^4+x^2+2*x+1)/((1+x)^4*(1-x)^4)+O(x^50)) \\ Michel Marcus, Mar 07 2023
Formula
G.f.: x^2*(2*x^4+x^2+2*x+1)/((1+x)^4*(1-x)^4).
Comments