What is this question asking for?
How many 4-permutations of the positive integers not exceeding 100 contain three consecutive integers in the correct order?
[My note: 4-permutation = $P(n,4) = n\times(n-1)\times(n-2)\times(n-3)$]
The answer by the source is 18,915.