OFFSET
1,2
COMMENTS
Note that Q(zeta_n) = Q(zeta_(2n)) for odd n, so this sequence is A004124 with redundant values removed.
a(n) is negative <=> phi(2n) == 2 (mod 4) <=> n = 2 or n is of the form p^e, where p is a prime congruent to 3 modulo 4.
LINKS
Jianing Song, Table of n, a(n) for n = 1..200
FORMULA
EXAMPLE
n = 2: Q(zeta_4) = Q(i) has discriminant -4;
n = 3: Q(zeta_6) = Q(sqrt(-3)) has discriminant -3;
n = 4: Q(zeta_8) = Q(sqrt(2), i) has discriminant 256;
n = 5: Q(zeta_10) = Q(exp(2*Pi*i/5)) has discriminant 125;
n = 6: Q(zeta_12) = Q(sqrt(3), i) has discriminant 144.
PROG
(PARI) vector(25, n, poldisc(polcyclo(2*n)))
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Jianing Song, May 17 2021
STATUS
approved