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!)
A266576 Decimal expansion of a constant related to the asymptotics of A032302. 2
1, 4, 3, 6, 7, 4, 6, 3, 6, 6, 8, 8, 3, 6, 8, 0, 9, 4, 6, 3, 6, 2, 9, 0, 2, 0, 2, 3, 8, 9, 3, 5, 8, 3, 3, 5, 4, 2, 4, 9, 9, 5, 6, 4, 3, 5, 6, 5, 4, 8, 7, 2, 1, 0, 2, 6, 6, 7, 2, 4, 3, 9, 2, 4, 8, 6, 5, 0, 1, 5, 7, 8, 9, 2, 7, 7, 3, 9, 7, 7, 9, 7, 5, 4, 3, 7, 3, 7, 8, 6, 7, 1, 5, 5, 0, 6, 8, 8, 9, 0, 1, 0, 1, 3, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Dilogarithm
Eric Weisstein's MathWorld, Polylogarithm
Wikipedia, Polylogarithm
FORMULA
Pi^2/12 + log(2)^2 + Sum_{j>=1} (1 / (j^2 * 2^(2*j+1)).
Equals Pi^2/6 + log(2)^2/2 + polylog(2, -1/2).
Equals Pi^2/12 + log(2)^2 + polylog(2, 1/4)/2.
Equals -polylog(2, -2). - Vaclav Kotesovec, Jul 29 2019
EXAMPLE
1.436746366883680946362902023893583354249956435654872102667243924865...
MAPLE
evalf(Pi^2/6 + log(2)^2/2 + polylog(2, -1/2), 120);
Digits :=100 ; evalf(dilog(3)) ; # R. J. Mathar, Jan 07 2021
MATHEMATICA
RealDigits[Pi^2/12 + Log[2]^2 + PolyLog[2, 1/4]/2, 10, 120][[1]]
RealDigits[-PolyLog[2, -2], 10, 120][[1]] (* Vaclav Kotesovec, Jul 29 2019 *)
PROG
(PARI) Pi^2/6 + log(2)^2/2 + polylog(2, -1/2) \\ Michel Marcus, Jan 04 2016
CROSSREFS
Cf. A032302.
Sequence in context: A290612 A292616 A071901 * A103476 A021700 A309516
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Jan 04 2016
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 April 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)