Define the function f(x) recursively as follows: f(0) = 1
For all x >= 1, f(x) = (f(x - 1) + 1)/(x + 1).
Compute (0!+1!+2!+3!+4!+5!+6!+7!)/f(7).
Using a piece of technical software I get the following: