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!)
A371558 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 c. 2
12, 64, 832, 576, 4060, 86428, 8800, 76000, 17500, 61500, 22243, 303810, 60333, 36672, 3045440, 42588, 114244, 48552, 1251081, 486387, 579734, 209409, 19615484, 281216, 10826816, 406848, 378211392, 43922220, 1051200, 1354560, 9939228, 66545721, 773916, 9585212 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
x^5 + A371557(n)*x + a(n) is irreducible and solvable by radicals.
EXAMPLE
a(1) = 12 because A371557(1) = -5, and x^5 - 5*x + 12 is irreducible and solvable by radicals, and (-5, 12) is a primitive pair.
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, 2]]
CROSSREFS
For values of b see A371557.
For primitive pairs with b > 0 see A371553, A371554.
Sequence in context: A307061 A074359 A104062 * A232383 A003868 A304833
KEYWORD
nonn
AUTHOR
Ben Whitmore, Apr 22 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 02:35 EDT 2024. Contains 375018 sequences. (Running on oeis4.)