OFFSET
0
COMMENTS
Periodic with period length 43. - Ray Chandler, Apr 03 2017
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1).
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[43, x], {x, 0, 100}], x] (* Vincenzo Librandi, Apr 04 2014 *)
LinearRecurrence[{-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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}, 88] (* Ray Chandler, Sep 15 2015 *)
PROG
(Magma) &cat[[n le 2 select -(-1)^(n) else 0: n in [1..43]]: m in [1..4]];
(Magma) t:=43; u:=3; m:=u*t+2; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/CyclotomicPolynomial(t))); // Bruno Berselli, Apr 04 2014
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Vincenzo Librandi, Apr 04 2014
STATUS
approved
