You can put this solution on YOUR website! what is the inverse of f(n)= -1-2n^3
-----
1st:: Interchange x and y to get:
x = -1 - 2y^2
------
2nd: Solve for "y"::
2y^2 = -1-x
----
y^2 = -(x+1)/2
----
y = +/-sqrt[-(x+1)/2]
------------------------
That is the inverse.
Cheers,
Stan H.