We call a permutation $\sigma$ of $\{1,2,...,n\}$ a semi-ordered permutation if $\sigma_1 > \sigma_2 > ... > \sigma_{k-1} > \sigma_k < \sigma_{k+1} < ... < \sigma_{n-1} < \sigma_{n}$ where $\sigma_i$ is the number placed at position $i$ of the permutation.
I need to count the number of such permutations. Due to the definition, I know that $\sigma_k$ must be $1$ since it is the only number that is smaller than all other numbers in the range $[1,n]$.
However, the choices seem to be dependent. It appears that where I have put the number $n$ affects where I can put the number $n-1$, etc. How do we go about counting these?