OFFSET
0,1
COMMENTS
Periodic with period length 1034. - Ray Chandler, Apr 07 2017
LINKS
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[1034, x], {x, 0, 120}], x, 120] (* Harvey P. Dale, Feb 13 2022 *)
PROG
(PARI) Vec(1/polcyclo(1034) + O(x^100)) \\ Michel Marcus, Jul 29 2015
CROSSREFS
KEYWORD
sign
AUTHOR
STATUS
approved