cp's OEIS Frontend

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.

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

Original entry on oeis.org

1, 4, 4, 39, 51, 135
Offset: 1

Views

Author

Robin Visser, Nov 25 2023

Keywords

Comments

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).

Examples

			For n = 1, every linear (degree 1) polynomial is equivalent to x and has discriminant 1, so a(1) = 1.
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.
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.