login
A014534
Inverse of 525th cyclotomic polynomial.
1
1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
OFFSET
0,1
COMMENTS
Periodic with period length 525. - Ray Chandler, Apr 06 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[525, x], {x, 0, 120}], x] (* Harvey P. Dale, Aug 20 2017 *)
PROG
(PARI) Vec(1/polcyclo(525)+O(x^99)) \\ Charles R Greathouse IV, May 31 2026
CROSSREFS
Sequence in context: A016284 A016346 A016389 * A015059 A016337 A015284
KEYWORD
sign,easy,changed
AUTHOR
STATUS
approved