login
A014849
Inverse of 840th cyclotomic polynomial.
1
1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0
OFFSET
0,1
COMMENTS
Periodic with period length 840. - Ray Chandler, Apr 06 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[840, x], {x, 0, 100}], x] (* Harvey P. Dale, Aug 30 2025 *)
PROG
(PARI) Vec(1/polcyclo(840)+O(x^99)) \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
Sequence in context: A016343 A016193 A014033 * A016328 A016289 A016049
KEYWORD
sign,easy
AUTHOR
STATUS
approved