Problem:
Find the number of permutations of 1,2,3,4,5,6 such that for each k with 1β€kβ€5, at least one of the first k terms of the permutation is greater than k.
Solution:
For positive integers n and kβ€n, call a permutation of 1,2,3,β¦,nk-stable if its first k terms are a permutation of 1,2,3,β¦,k. Let an,kβ be the number of permutations of 1,2,3,β¦,n such that k is the least positive integer for which the permutation is k-stable. The quantity to be found is a6,6β.
Note that βk=1nβan,kβ=n!. Because every permutation of 1,2,3,β¦,k can be extended to a permutation of 1,2,3,β¦,n in (nβk) ! ways, it follows that an,kβ=(nβk)!ak,kβ. Thus the sequence (an,nβ) satisfies the recursion an,nβ= n!ββk=1nβ1β(nβk)!ak,kβ. It is easily verified that a1,1β=a2,2β=1 and a3,3β=3. Therefore
βa4,4β=24β(6β
1+2β
1+1β
3)=13a5,5β=120β(24β
1+6β
1+2β
3+1β
13)=71, and a6,6β=720β(120β
1+24β
1+6β
3+2β
13+1β
71)=461ββ
The problems on this page are the property of the MAA's American Mathematics Competitions