A014262 Inverse of 253rd cyclotomic polynomial.
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -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
Offset: 0
Links
Programs
-
Maple
with(numtheory,cyclotomic); c := n->series(1/cyclotomic(n,x),x,80);
-
Mathematica
CoefficientList[Series[1/Cyclotomic[253, x], {x, 0, 200}], x] (* Vincenzo Librandi, Apr 07 2014 *)
-
PARI
Vec(1/polcyclo(253)+O(x^99)) \\ Charles R Greathouse IV, Mar 24 2014
Comments