OFFSET
1,2
COMMENTS
For these numbers k there exists an integer m such that the quintic trinomial x^5+k*x+m factors as a cubic times a quadratic.
Positive numbers of the form -d^4 + 3 d^2 e - e^2.
FORMULA
Complement to A193533.
MATHEMATICA
aa = {}; Do[Do[k = -d^4 + 3 d^2 e - e^2; If[k > 0, AppendTo[aa, k ]], {d, -100, 100}], {e, -100, 100}]; Take[Union[aa], 100]
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jul 31 2011
STATUS
approved