Find the first number in the following series. (there may be more than one answer?)
?, 2 ,3 , 8, 30, 144, 840, 5760, 45360...
The sequence is as follows:
2 * (1 + 1/2) = 3
3 * (2 + 2/3) = 8
8 * (3 + 3/4) = 30
...
45360 * (8 + 8/9) = 403,200.
This would make the first number solve the equation:
x * (0 + 0/1) = 2, or x * 0 = 2.
Am I missing something?