OFFSET
0,14
COMMENTS
The root 1.1762808182599175065440703384740350... is the smallest known Salem number (A073011).
LINKS
Simon Plouffe, Table of n, a(n) for n = 0..2998
Leonard Lewin, Structural Properties of Polylogarithms, AMS #37. p. 365, 1991.
Index entries for linear recurrences with constant coefficients, signature (-1,0,1,1,1,1,1,0,-1,-1).
FORMULA
a(n) = -a(n-1) + a(n-3) + a(n-4) + a(n-5) + a(n-6) + a(n-7) - a(n-9) - a(n-10). - Roger L. Bagula and Gary W. Adamson, Oct 23 2008
MATHEMATICA
LinearRecurrence[{-1, 0, 1, 1, 1, 1, 1, 0, -1, -1}, {1, -1, 1, 0, 0, 1, 0, 1, 0, 1}, 100] (* G. C. Greubel, May 07 2018 *)
PROG
(PARI) Vec(1/(x^10+x^9-x^7-x^6-x^5-x^4-x^3+x+1)+O(x^66)) \\ Joerg Arndt, May 01 2018
(Magma) m:=50; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/(x^10+x^9-x^7-x^6-x^5-x^4-x^3+x+1))); // G. C. Greubel, May 07 2018
CROSSREFS
KEYWORD
sign,easy
AUTHOR
STATUS
approved