Problem:
A permutation of the numbers is called "bad" if it contains a subsequence of 10 numbers in decreasing order, and "good" otherwise. For example, for ,
is a bad permutation, because it contains the subsequence
Prove that, for each , the number of good permutations is at most .