OFFSET
0,18
COMMENTS
Periodic with period length 1122. - Ray Chandler, Apr 07 2017
LINKS
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[1122, x], {x, 0, 120}], x, 120] (* Harvey P. Dale, May 10 2025 *)
PROG
(PARI) first(n)=Vec(1/polcyclo(1122)+O(x^(n+1))) \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
KEYWORD
sign,easy,changed
AUTHOR
STATUS
approved
