login
A014722
Inverse of 713th cyclotomic polynomial.
1
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
OFFSET
0,1
COMMENTS
Periodic with period length 713. - Ray Chandler, Apr 06 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[713, x], {x, 0, 713}], x] (* Harvey P. Dale, Mar 17 2019 *)
PROG
(PARI) Vec(1/polcyclo(713)+O(x^99)) \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
Sequence in context: A015895 A014860 A015711 * A015435 A014676 A015343
KEYWORD
sign,easy
AUTHOR
STATUS
approved