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!)
A371557 Consider primitive pairs of integers (b, c) with b < 0 such that x^5 + b*x + c = 0 is irreducible and solvable by radicals: sequence gives values of b. 2
-5, -40, -40, -72, -1189, -1189, -1900, -1900, -2625, -2625, -4350, -4350, -7280, -7368, -7368, -7553, -8788, -8840, -8840, -26010, -26010, -29580, -29580, -37180, -37180, -38120, -38120, -43061, -49640, -49640, -63713, -72668, -73185, -73185, -91845, -91845 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
x^5 + a(n)*x + A371558(n) is irreducible and solvable by radicals.
EXAMPLE
-40 is in the sequence twice because x^5 - 40*x + 64 and x^5 - 40*x + 832 are both irreducible and solvable by radicals, and (-40, 64) and (-40, 832) are both primitive pairs.
MATHEMATICA
pairs = Join @@ Table[
Select[{b, Abs[#1 - b] #2/5} & @@@
Sort[SolveValues[x^2 - (6b + 5y^4)x + 25b^2 == 0 && y > 0, {x, y}, Integers]],
Max[Last /@ FactorInteger[GCD @@ #]] < 4 &&
AllTrue[#, IntegerQ] &&
IrreduciblePolynomialQ[x^5 + #1x + #2 & @@ #] &
],
{b, -1, -1000, -1}
];
pairs[[All, 1]]
CROSSREFS
For values of c see A371558.
For primitive pairs with b > 0 see A371553, A371554.
Sequence in context: A156378 A220061 A299815 * A222366 A029538 A153795
KEYWORD
sign
AUTHOR
Ben Whitmore, Mar 28 2024
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 8 01:04 EDT 2024. Contains 375018 sequences. (Running on oeis4.)