Skip to content

JonSteinn/MaximalDecreasingRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Maximal Decreasing Run

Abstract

Zeilberger introduced a restriction on the positions of the largest elements in a permutation in the process of verifying the conjecture on the number of West-2-stack-sortable permutations. In this paper we look at Zeilberger's restriction combined with the avoidance of classical patterns of length 3. We provide enumeration results as well as bijections to two different types of Dyck paths.

Definition of maximal decreasing runs:

For a permutation 𝜋 = 𝜋1𝜋2...𝜋n, the longest run of largest elements that are in decreasing order in 𝜋, is it's maximal decreasing run.

Example

The permutation 𝜋 = 1746523 has a maximal decreasing run of 3, since 765 is the longest run of largest elements that are in decreasing order.

Releases

No releases published

Packages

No packages published

Languages