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!)
A261024 Decimal expansion of Cl_2(2*Pi/3), where Cl_2 is the Clausen function of order 2. 8
6, 7, 6, 6, 2, 7, 7, 3, 7, 6, 0, 6, 4, 3, 5, 7, 5, 0, 0, 1, 4, 1, 3, 5, 0, 3, 6, 1, 8, 3, 0, 1, 3, 5, 2, 3, 9, 6, 1, 1, 2, 6, 2, 0, 5, 0, 2, 0, 1, 9, 9, 8, 6, 1, 3, 4, 4, 9, 9, 2, 7, 3, 7, 8, 5, 1, 0, 6, 4, 9, 8, 4, 1, 7, 2, 1, 6, 2, 6, 8, 1, 4, 2, 4, 3, 1, 3, 5, 6, 9, 4, 8, 5, 5, 0, 4, 4, 6, 3, 2, 9, 7, 2, 4, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Eric Weisstein's MathWorld, Clausen Function.
Eric Weisstein's MathWorld, Clausen's Integral.
Eric Weisstein's MathWorld, Barnes G-Function.
Wikipedia, Clausen function.
Wikipedia, Barnes G-function.
FORMULA
Equals 2*Pi*log(G(2/3)/G(1/3)) - 2*Pi*LogGamma(1/3) + (2*Pi/3)*log(2*Pi/sqrt(3)), where G is the Barnes G function.
EXAMPLE
0.676627737606435750014135036183013523961126205020199861344992737851...
MATHEMATICA
Cl2[x_] := (I/2)*(PolyLog[2, Exp[-I*x]] - PolyLog[2, Exp[I*x]]); RealDigits[Cl2[2*Pi/3] // Re, 10, 105] // First
PROG
(PARI)
clausen(n, x) = my(z = polylog(n, exp(I*x))); if (n%2, real(z), imag(z));
clausen(2, 2*Pi/3) \\ Gheorghe Coserea, Sep 30 2018
CROSSREFS
Cf. A006752 (Cl_2(Pi/2) = Catalan's constant), A143298 (Cl_2(Pi/3) = Gieseking's constant), A261025 (Cl_2(Pi/4)), A261026 (Cl_2(3*Pi/4)), A261027 (Cl_2(Pi/6)), A261028 (Cl_2(5*Pi/6)).
Sequence in context: A258945 A120962 A355922 * A343436 A186282 A171909
KEYWORD
nonn,cons,easy
AUTHOR
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 July 23 04:43 EDT 2024. Contains 374544 sequences. (Running on oeis4.)