login
A015213
Inverse of 1204th cyclotomic polynomial.
1
1, 0, -1, 0, 1, 0, -1, 0, 1, 0, -1, 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, 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 1204. - Ray Chandler, Apr 07 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[1204, x], {x, 0, 120}], x, 120] (* Harvey P. Dale, Jun 29 2022 *)
PROG
(PARI) first(n)=Vec(1/polcyclo(1204)+O(x^(n+1))) \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
Sequence in context: A290079 A011632 A015157 * A015325 A015493 A015661
KEYWORD
sign,easy
AUTHOR
STATUS
approved