OFFSET
1,3
COMMENTS
limit_{n->infinity} a(n+1)/a(n) = -1.70461...
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (-1,1,0,1,1,1,1,0,-1,-1).
E. W. Weisstein, Polylogarithm, MathWorld (see the remark concerning Li_17).
FORMULA
Generating function g(x) = x/( 1+x-x^2-x^4-x^5-x^6-x^7+x^9+x^10 ) = 1/(x^10* p(1/x)) with p(x)= 1 +x -x^3 -x^4 -x^5 -x^6 -x^8 +x^9 +x^10.
MATHEMATICA
Rest[CoefficientList[Series[x/(1+x-x^2-x^4-x^5-x^6-x^7+x^9+x^10), {x, 0, 50}], x]] (* Harvey P. Dale, Mar 03 2011 *)
PROG
(PARI) x='x+O('x^50); Vec(x/(1+x-x^2-x^4-x^5-x^6-x^7+x^9+x^10)) \\ G. C. Greubel, Mar 05 2017
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Roger L. Bagula and Gary W. Adamson, Sep 15 2008
EXTENSIONS
Definition simplified by the Assoc. Eds. of the OEIS, Jun 30 2010
STATUS
approved