The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A213155 Polylogarithm li(-n,-1/100) multiplied by (101^(n+1))/100. 3
1, -1, -99, -9601, -891099, -74657401, -4598985699, 83304101999, 105616323905301, 26458809087970199, 4788219040686298701, 620396956870561833599, 15434896384804497301701, -25743663357271554846442201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
See the sequence A212846 which describes the general case of li(-n,-p/q). This sequence is obtained for p=1,q=100.
LINKS
FORMULA
See formula in A212846, setting p=1,q=100.
EXAMPLE
polylog(-5,-1/100)*101^6/100 = -74657401.
MATHEMATICA
f[n_] := PolyLog[-n, -1/100] (101^(n + 1))/100; f[0] = 1; Array[f, 14, 0] (* Robert G. Wilson v, Dec 25 2015 *)
PROG
(PARI) in A212846; run limnpq(nmax, 1, 100)
CROSSREFS
Sequence in context: A069363 A163051 A093233 * A046173 A278620 A171415
KEYWORD
sign
AUTHOR
Stanislav Sykora, Jun 06 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 2 00:37 EDT 2024. Contains 373032 sequences. (Running on oeis4.)