login
A014504
Inverse of 495th cyclotomic polynomial.
1
1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0
OFFSET
0,1
COMMENTS
Periodic with period length 495. - Ray Chandler, Apr 04 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[495, x], {x, 0, 120}], x] (* Harvey P. Dale, Nov 12 2017 *)
PROG
(PARI) Vec(1/polcyclo(495)+O(x^99)) \\ Charles R Greathouse IV, May 31 2026
CROSSREFS
Sequence in context: A015539 A014594 A015179 * A014999 A227291 A271102
KEYWORD
sign,easy
AUTHOR
STATUS
approved