The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A361271 Number of 1342-avoiding odd Grassmannian permutations of size n. 3
0, 0, 1, 2, 6, 9, 19, 25, 44, 54, 85, 100, 146, 167, 231, 259, 344, 380, 489, 534, 670, 725, 891, 957, 1156, 1234, 1469, 1560, 1834, 1939, 2255, 2375, 2736, 2872, 3281, 3434, 3894, 4065, 4579, 4769, 5340, 5550, 6181, 6412, 7106, 7359, 8119, 8395, 9224, 9524, 10425 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
A permutation is said to be Grassmannian if it has at most one descent. A permutation is odd if it has an odd number of inversions.
a(n) is also the number of 3124-avoiding odd Grassmannian permutations of size n.
LINKS
Juan B. Gil and Jessica A. Tomasko, Pattern-avoiding even and odd Grassmannian permutations, arXiv:2207.12617 [math.CO], 2022.
FORMULA
G.f.: x^2*(x^4+x^2+x+1)/((1+x)^3*(1-x)^4).
EXAMPLE
For n=4 the a(4)=6 permutations are 1243, 1324, 2134, 2341, 2413, 4123.
PROG
(PARI) seq(n) = Vec(x^2*(x^4+x^2+x+1)/((1+x)^3*(1-x)^4) + O(x*x^n), -n-1) \\ Andrew Howroyd, Mar 07 2023
CROSSREFS
Sequence in context: A367464 A076738 A291100 * A082290 A325536 A182984
KEYWORD
nonn,easy
AUTHOR
Juan B. Gil, Mar 07 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 6 11:36 EDT 2024. Contains 373127 sequences. (Running on oeis4.)