.
How many positive integers are there whose digits strictly decrease from left to right,
and the sum of the digits is 6?
~~~~~~~~~~~~~~~~~~~~~~~~~
The answer in the post by @CPhill is incorrect.
The numbers satisfying the imposed conditions are
6, 60, 51, 510, 42, 420, 321, 3210.
The number of such numbers is 8.
Solved.