login
A014702
Inverse of 693rd cyclotomic polynomial.
1
1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0
OFFSET
0,1
COMMENTS
Periodic with period length 693. - Ray Chandler, Apr 06 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[693, x], {x, 0, 120}], x] (* Harvey P. Dale, Mar 18 2018 *)
PROG
(PARI) Vec(1/polcyclo(693)+O(x^99)) \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
Sequence in context: A178600 A373977 A359170 * A015395 A011638 A016329
KEYWORD
sign,easy,changed
AUTHOR
STATUS
approved