login
A014059
Inverse of 50th cyclotomic polynomial.
3
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1
OFFSET
0,1
COMMENTS
Periodic with period length 50. - Ray Chandler, Apr 03 2017
MAPLE
with(numtheory, cyclotomic); c := n->series(1/cyclotomic(n, x), x, 80);
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[50, x], {x, 0, 200}], x] (* Vincenzo Librandi, Apr 05 2014 *)
LinearRecurrence[{0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1}, {1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, 81] (* Ray Chandler, Sep 15 2015 *)
CROSSREFS
Cf. similar sequences listed in A240328.
Sequence in context: A204545 A185116 A014034 * A015934 A016284 A016346
KEYWORD
sign,easy
AUTHOR
STATUS
approved