We use
n! to mean the following expression
n × n-1 × n-2 × n-3 × ... × 2 × 1 (the product of all numbers from 1 to n)
In the range of numbers
16 <= x <= 60, how many numbers are there such that
(x - 1)! is not divisible by
x?