login
A375745
a(n) is the sum of the vector of the reduced discriminant of the n-th cyclotomic polynomial.
0
1, 1, 4, 4, 16, 4, 36, 16, 36, 16, 100, 16, 144, 36, 72, 64, 256, 36, 324, 64, 156, 100, 484, 64, 400, 144, 324, 144, 784, 72, 900, 256, 420, 256, 648, 144, 1296, 324, 600, 256, 1600, 156, 1764, 400, 648, 484, 2116, 256, 1764, 400, 1056, 576, 2704, 324, 1720, 576
OFFSET
1,3
COMMENTS
Conjecture: a(n) >= phi(n)^2 = A127473(n), and for n>=2 strictly greater iff n is in A070537.
PROG
(PARI) a(n) = vecsum(poldiscreduced(polcyclo(n)));
CROSSREFS
KEYWORD
nonn
AUTHOR
Darío Clavijo, Aug 26 2024
STATUS
approved