login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A213157
Polylogarithm li(-n,-99/100) multiplied by (199^(n+1))/100.
34
1, -99, -99, 1960101, 7840701, -155226277899, -1319555674899, 26121225430931301, 381134689417943901, -7543761920163143670699, -168204228721945992219699, 3328727258163288077733522501
OFFSET
0,2
COMMENTS
See the sequence A212846 which describes the general case of li(-n,-p/q). This sequence is obtained for p=99,q=100.
LINKS
FORMULA
See formula in A212846, setting p=99, q=100.
EXAMPLE
polylog(-5,-99/100)*199^6/100 = -155226277899.
PROG
(PARI) in A212846; run limnpq(nmax, 99, 100)
CROSSREFS
KEYWORD
sign
AUTHOR
Stanislav Sykora, Jun 06 2012
STATUS
approved