login
A015670
Inverse of 1661st cyclotomic polynomial.
1
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 0, 0
OFFSET
0,1
COMMENTS
Periodic with period length 1661. - Ray Chandler, Apr 07 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
Flatten[PadRight[{CoefficientList[Series[1/Cyclotomic[1661, x], {x, 0, 11}], x]}, 100, 0]] (* Harvey P. Dale, Nov 26 2015 *)
PROG
(PARI) first(n)=Vec(1/polcyclo(1661)+O(x^(n+1))) \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
Sequence in context: A015516 A015538 A015648 * A015736 A015802 A015835
KEYWORD
sign,easy,changed
AUTHOR
STATUS
approved