IMC 2014 · Problem 5

Day 221st IMC · Blagoevgrad, Bulgaria

Statement

For every positive integer nn, denote by DnD_n the number of permutations (x1,,xn)(x_1, \dots, x_n) of (1,2,,n)(1, 2, \dots, n) such that xjjx_j \ne j for every 1jn1 \le j \le n. For 1kn21 \le k \le \frac{n}{2}, denote by Δ(n,k)\Delta(n,k) the number of permutations (x1,,xn)(x_1, \dots, x_n) of (1,2,,n)(1, 2, \dots, n) such that xi=k+ix_i = k + i for every 1ik1 \le i \le k and xjjx_j \ne j for every 1jn1 \le j \le n. Prove that

Δ(n,k)=i=0k1(k1i)D(n+1)(k+i)n(k+i).\Delta(n,k) = \sum_{i=0}^{k-1} \binom{k-1}{i} \frac{D_{(n+1)-(k+i)}}{n - (k+i)}.

Official solution

Hidden so you can work on the problem first.