Question 1033177
4*5*6 = 120 (by observation)
====================
The hard way:
n*(n+1)*(n+2) = 120
-----------
Not quite as hard way:
(n-1)*n*(n+1) = 120
-----------
Even easier:
{{{root(3,120)}}} =~ 5, the middle number