login
A014789
Inverse of 780th cyclotomic polynomial.
1
1, 0, 1, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
OFFSET
0,1
COMMENTS
Periodic with period length 780. - Ray Chandler, Apr 06 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[780, x], {x, 0, 120}], x, 120] (* Harvey P. Dale, Aug 18 2024 *)
PROG
(PARI) Vec(1/polcyclo(780)+O(x^99)) \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
Sequence in context: A015389 A015149 A015029 * A014669 A375678 A266282
KEYWORD
sign,easy
AUTHOR
STATUS
approved