login
A015619
Inverse of 1610th cyclotomic polynomial.
1
1, 1, 0, 0, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, -1, -1, -1, -1, -1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, -1, -1
OFFSET
0,1
COMMENTS
Periodic with period length 1610. - Ray Chandler, Apr 07 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[1610, x], {x, 0, 90}], x] (* Harvey P. Dale, Aug 25 2025 *)
PROG
(PARI) first(n)=Vec(1/polcyclo(1610)+O(x^(n+1))) \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
Sequence in context: A014464 A014919 A014814 * A011634 A011641 A016144
KEYWORD
sign,easy
AUTHOR
STATUS
approved