login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A246759 Nonnegative numbers k such that x^5 - x^4 + k is reducible. 0
0, 2, 9, 48, 324, 1280, 3750, 9072, 19208, 36864, 50625, 65610, 82944, 110000, 175692, 269568, 399854, 576240, 810000, 1114112, 1503378, 1994544, 2606420, 3360000, 4278582, 5387888, 6716184, 8294400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Next term > 10^7.
LINKS
EXAMPLE
For k=2, x^5 - x^4 + 2 is reducible: x^5 - x^4 + 2 = (x+1) * (x^4 - 2*x^3 + 2*x^2 - 2*x + 2).
MATHEMATICA
Select[Range[0, 83*10^5], !IrreduciblePolynomialQ[x^5-x^4+#]&] (* Harvey P. Dale, Dec 11 2017 *)
PROG
(PARI) for(n=0, 10^7, if( !polisirreducible(x^5-x^4+n), print1(n, ", "))); \\ Joerg Arndt, Sep 06 2014
CROSSREFS
Sequence in context: A354312 A052826 A358264 * A191005 A257544 A295944
KEYWORD
nonn
AUTHOR
M. Lawrence Glasser, Sep 02 2014
EXTENSIONS
More terms from Joerg Arndt, Sep 06 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 7 07:35 EDT 2024. Contains 375008 sequences. (Running on oeis4.)