login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Number of equivalence classes of degree n integer polynomials whose discriminants are powers of 2 (in absolute value).
1

%I #8 Nov 28 2023 08:50:37

%S 1,4,4,39,51,135

%N Number of equivalence classes of degree n integer polynomials whose discriminants are powers of 2 (in absolute value).

%C Here, two degree n integer polynomials f(x) and g(x) are considered equivalent if there exist integers a, b, c, d such that a*d - b*c is not zero and (cx+d)^n * f((ax+b)/(cx+d)) is some nonzero rational multiple of g(x).

%H J.-H. Evertse and K. Gyory, <a href="https://doi.org/10.1017/CBO9781316160763">Discriminant equations in Diophantine number theory</a>, Cambridge University Press, Cambridge, 2017. xviii+457 pp.

%H J. R. Merriman and N. P. Smart, <a href="https://doi.org/10.1017/S030500410007153X">Curves of genus 2 with good reduction away from 2 with a rational Weierstrass point</a>, Math. Proc. Cambridge Philos. Soc. 114 (1993), no. 2, 203-214.

%H N. P. Smart, <a href="https://doi.org/10.1112/S002461159700035X">S-unit equations, binary forms and curves of genus 2</a>, Proc. London Math. Soc. (3) 75 (1997), no. 2, 271-307.

%e For n = 1, every linear (degree 1) polynomial is equivalent to x and has discriminant 1, so a(1) = 1.

%e For n = 2, the a(2) = 4 equivalence classes are represented by the degree 2 polynomials x^2 + x, x^2 + 1, x^2 + 2, and x^2 - 2. These have discriminants 1, -4, -8, and 8 respectively.

%e For n = 3, the a(3) = 4 equivalence classes are represented by the degree 3 polynomials x^3 + x, x^3 - x, x^3 + 2*x, and x^3 - 2*x. These have discriminants -4, 4, -32, and 32 respectively.

%K nonn,hard,more

%O 1,2

%A _Robin Visser_, Nov 25 2023