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!)
A213138 Polylogarithm li(-n,-3/5) multiplied by (8^(n+1))/5. 3

%I #9 Dec 26 2015 02:07:03

%S 1,-3,-6,78,696,-6888,-164976,891888,64108416,60001152,-35965476096,

%T -360892100352,26498019265536,633590774356992,-23310702740207616,

%U -1122674884723771392,20851651616596525056

%N Polylogarithm li(-n,-3/5) multiplied by (8^(n+1))/5.

%C See the sequence A212846 which describes the general case of li(-n,-p/q). This sequence is obtained for p=3,q=5.

%H Stanislav Sykora, <a href="/A213138/b213138.txt">Table of n, a(n) for n = 0..100</a>

%F See formula in A212846, setting p=3,q=5.

%e polylog(-5,-3/5)*8^6/5 = -6888.

%t f[n_] := PolyLog[-n, -3/5] 8^(n + 1)/5; f[0] = 1; Array[f, 20, 0] (* _Robert G. Wilson v_, Dec 25 2015 *)

%o (PARI) in A212846; run limnpq(nmax, 3, 5)

%Y Cf. A212846, A210246, A212847, A213127 to A213137.

%Y Cf. A213139 to A213157.

%K sign

%O 0,2

%A _Stanislav Sykora_, Jun 06 2012

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 April 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)