login
A015452
Inverse of 1443rd cyclotomic polynomial.
1
1, -1, 0, 1, -1, 0, 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, 1, -1, 0, 1, -1, 0, 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, 1, -1, 0, 1, -1, 0, 1
OFFSET
0,1
COMMENTS
Periodic with period length 1443. - Ray Chandler, Apr 07 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[1443, x], {x, 0, 120}], x] (* Harvey P. Dale, Jan 03 2024 *)
PROG
(PARI) first(n)=Vec(1/polcyclo(1443)+O(x^(n+1))) \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
Sequence in context: A015842 A015686 A015608 * A015218 A015140 A016271
KEYWORD
sign,easy
AUTHOR
STATUS
approved