+0  
 
0
467
2
avatar

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).

 Aug 30, 2020
 #2
avatar+33615 
+2

Using a piece of technical software I get the following:

 

 Aug 30, 2020

3 Online Users

avatar
avatar
avatar