OFFSET
0,1
COMMENTS
P(x) = T_8(x) is the degree 8 Chebyshev polynomial of the first kind.
LINKS
Eric Weisstein's World of Mathematics, Chebyshev Polynomial of the First Kind
PROG
(Magma) Q:=RationalField(); R<x>:=PolynomialRing(Q); f:=128*x^8 - 256*x^6 + 160*x^4 - 32*x^2 + 0; for n in {0 .. 30} do f:=f+1; Order(GaloisGroup(f)); end for; /* N. J. A. Sloane */
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 23 2006
EXTENSIONS
Edited by N. J. A. Sloane, Dec 28 2007
STATUS
approved