OFFSET
0
COMMENTS
Periodic with period length 41. - 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).
MATHEMATICA
CoefficientList[Series[1/Cyclotomic[41, x], {x, 0, 100}], x]
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, 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}, 84] (* Ray Chandler, Sep 15 2015 *)
PROG
(Magma) &cat[[n le 2 select -(-1)^(n) else 0: n in [1..41]]: m in [1..4]];
(PARI) Vec(1/polcyclo(41) + O(x^99)) \\ Jinyuan Wang, Feb 28 2020
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Vincenzo Librandi, Apr 04 2014
STATUS
approved