login
A123276
Discriminant of the Chebyshev polynomial of first kind of degree 2^n.
0
1, 8, 131072, 9444732965739290427392, 994646472819573284310764496293641680200912301594695434880927953786318994025066751066112
OFFSET
0,2
COMMENTS
Next term is too large to include.
FORMULA
a(n) = 2^(4^n+(n+1)*2^n-3*2^n+1).
PROG
(PARI) a(n)=2^(4^n+(n+1)*2^n-3*2^n+1)
(PARI) a(n) = poldisc(polchebyshev(2^n, 1)); \\ Michel Marcus, Mar 02 2023
CROSSREFS
Cf. A007701.
Sequence in context: A048565 A339777 A269877 * A308138 A123651 A210812
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 10 2006
STATUS
approved