Find all 3 digit numbers such that by adding the first digit, the
square of the second and the cube of the third you get the original
number, for example 1 + 3^2 + 5^3 = 135.
Given any two polynomials in a single variable it is always
possible to eliminate the variable and obtain a formula showing the
relationship between the two polynomials. Try this one.