Factorial N! counts the number of ways to arrange the numbers 1, 2, ..., N in a list. (It's conventional to set 0! = 1.) We have the sequence 1, 1, 2, 6, 24, 120, 720, ...
Compute the difference table of this sequence.
Describe what each row of the table counts!