Solution:
Let n=10 and call two numbers close if there is at most one number between them and a circular permutation focused if only n is greater than all numbers close to it. Let An be the number of focused circular permutations of {1,2,…,n}.
If n≥5, then there are 2 cases: n−1 is either one or two positions from n. If n−1 is one position from n, it is either on its left or right. In this case, one can check a permutation is focused if and only if removing n yields a focused permutation, so there are 2An−1 permutations in this case. If n−1 is two positions from n, there are n−2 choices for k, the element that lies between n and n−1. One can show that this permutation is focused if and only if removing both n and k and relabeling the numbers yields a focused permutation, so there are 2(n−2)An−2 permutations in this case. Thus, we have An=2An−1+2(n−2)An−2.
If we let pn=An/(n−1)! be the probability that a random circular permutation is focused, then this becomes
pn=n−12pn−1+2pn−2
Since p3=p4=1, we may now use this recursion to calculate
p5=1,p6=54,p7=53,p8=52,p9=41,p10=9013.