login
A014646
Inverse of 637th cyclotomic polynomial.
1
1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
OFFSET
0,1
COMMENTS
Periodic with period length 637. - Ray Chandler, Apr 06 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[637, x], {x, 0, 120}], x] (* Harvey P. Dale, May 13 2019 *)
PROG
(PARI) Vec(1/polcyclo(637)+O(x^99)) \\ Charles R Greathouse IV, May 31 2026
CROSSREFS
Sequence in context: A373596 A373472 A373493 * A015283 A014548 A015087
KEYWORD
sign,easy
AUTHOR
STATUS
approved