This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A135064 #54 Nov 30 2017 04:06:43 %S A135064 1,11,29,76,199,521,1364,3571,9349,24476,64079,167761,439204,1149851, %T A135064 3010349,7881196,20633239,54018521,141422324,370248451,969323029, %U A135064 2537720636,6643838879,17393796001,45537549124,119218851371,312119004989,817138163596,2139295485799,5600748293801 %N A135064 Numbers n such that the quintic polynomial x^5 - 10*n*x^2 - 24*n has Galois group A_5 over rationals. %C A135064 Sequence appears to agree with the Lucas bisection A002878 for n > 1. - _Klaus Brockhaus_, Nov 18 2007 %C A135064 A002878(n) is in this sequence for all 1 < n <= 1000, and the sequences agree through a(20) = 370248451. Of course this is not a proof. - _Charles R Greathouse IV_, Mar 03 2017, updated Mar 20 2017 %C A135064 If this agreement is provable then of course it provides recurrences, generating functions, etc., for this sequence. - _N. J. A. Sloane_, Nov 24 2007 However, at present this is only a conjecture, and should not be used as the basis for formulas or computer programs. - _N. J. A. Sloane_, Mar 04 2017 %C A135064 Comparing A135064 with A002878, the number 4 is missing. In this case the Galois group of the quintic polynomial x^5 - 40*x^2 - 96 is dihedral of order 10. - _Artur Jasinski_, May 27 2010 %C A135064 The relation with A002878 is proved in Wong's article. - _Eric M. Schmidt_, Nov 25 2017 %H A135064 Siman Wong, <a href="https://dx.doi.org/10.1090/proc/13677">Specialization of Galois groups and integral points on elliptic curves</a>, Proceedings of the American Mathematical Society, 145 (2017), 5179-5190. %o A135064 (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 %Y A135064 Cf. A134538, A134547, A002878. %K A135064 nonn %O A135064 1,2 %A A135064 _Artur Jasinski_, Nov 15 2007 %E A135064 a(20) corrected by _Klaus Brockhaus_, Nov 18 2007 %E A135064 Unjustified formulas, programs, and b-file deleted. - _N. J. A. Sloane_, Mar 04 2017