login
A015491
Inverse of 1482nd cyclotomic polynomial.
1
1, 1, 0, -1, -1, 0, 1, 1, 0, -1, -1, 0, 1, 0, -1, -1, 0, 1, 1, -1, -2, -1, 1, 2, 1, -1, -1, 0, 1, 1, 0, -1, 0, 1, 1, 0, -1, -1, 1, 2, 1, -1, -2, -1, 1, 1, 0, -1, -1, 0, 1, 0, -1, -1, 0, 1, 1, 0, -1, -1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
OFFSET
0,21
COMMENTS
Periodic with period length 1482. - Ray Chandler, Apr 07 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[1482, x], {x, 0, 247}], x] (* Harvey P. Dale, Jul 30 2020 *)
PROG
(PARI) first(n)=Vec(1/polcyclo(1482)+O(x^(n+1))) \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
Sequence in context: A345647 A091950 A014750 * A015776 A176047 A067461
KEYWORD
sign,easy
AUTHOR
STATUS
approved