A135064 Numbers n such that the quintic polynomial x^5 - 10*n*x^2 - 24*n has Galois group A_5 over rationals.
1, 11, 29, 76, 199, 521, 1364, 3571, 9349, 24476, 64079, 167761, 439204, 1149851, 3010349, 7881196, 20633239, 54018521, 141422324, 370248451, 969323029, 2537720636, 6643838879, 17393796001, 45537549124, 119218851371, 312119004989, 817138163596, 2139295485799, 5600748293801
Offset: 1
Keywords
Links
- Siman Wong, Specialization of Galois groups and integral points on elliptic curves, Proceedings of the American Mathematical Society, 145 (2017), 5179-5190.
Programs
-
PARI
is(n)=my(p=Pol([1,0,0,-10*n,0,-24*n])); polisirreducible(p) && polgalois(p)[1]==60 \\ Charles R Greathouse IV, Mar 03 2017
Extensions
a(20) corrected by Klaus Brockhaus, Nov 18 2007
Unjustified formulas, programs, and b-file deleted. - N. J. A. Sloane, Mar 04 2017
Comments