OFFSET
0,1
COMMENTS
Periodic with period length 2167. - Ray Chandler, Apr 07 2017
LINKS
EXAMPLE
1 + x + x^2 + x^3 + x^4 + x^5 + x^6 + x^7 + x^8 + x^9 + x^10 - x^197 - x^198 - x^199 - x^200 - x^201 - x^202 - x^203 - x^204 - x^205 - x^206 - x^207 + O(x^1300).
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 1300); c(2167);
MATHEMATICA
PadRight[CoefficientList[Series[1/Cyclotomic[2167, x], {x, 0, 350}], x], 350, 0](* Harvey P. Dale, Jun 21 2015 *)
PROG
(PARI) first(n)=Vec(1/polcyclo(2167)+O(x^(n+1))) \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
KEYWORD
sign,easy,changed
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane, Apr 19 2007
STATUS
approved
