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