login
A014542
Inverse of 533rd cyclotomic polynomial.
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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
OFFSET
0,1
COMMENTS
Periodic with period length 533. - Ray Chandler, Apr 06 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[533, x], {x, 0, 120}], x, 120] (* Harvey P. Dale, Nov 03 2021 *)
PROG
(PARI) Vec(1/polcyclo(533)+O(x^99)) \\ Charles R Greathouse IV, May 31 2026
CROSSREFS
Sequence in context: A015231 A014568 A015127 * A015075 A014490 A014971
KEYWORD
sign,easy
AUTHOR
STATUS
approved