A242711 Decimal expansion of C_3, a constant related to sharp inequalities for the product of 3 polynomials, which was introduced by David Boyd.
1, 9, 0, 8, 1, 4, 5, 6, 2, 6, 8, 1, 2, 7, 8, 5, 6, 7, 2, 4, 1, 5, 7, 5, 2, 6, 9, 4, 8, 8, 8, 4, 3, 9, 6, 0, 8, 2, 8, 1, 0, 5, 7, 8, 6, 5, 5, 7, 2, 2, 3, 9, 8, 1, 8, 7, 9, 5, 0, 5, 1, 7, 8, 7, 9, 8, 4, 0, 8, 7, 1, 9, 1, 5, 3, 4, 6, 2, 8, 6, 4, 9, 2, 0, 7, 3, 3, 1, 9, 1, 7, 4, 0, 4, 3, 1, 1, 2, 0, 3
Offset: 1
Examples
1.908145626812785672415752694888439608281...
References
- Steven R. Finch, Mathematical Constants, Cambridge, 2003, Section 3.10 p. 233.
Links
- David W. Boyd, Sharp inequalities for the product of polynomials
- Eric Weisstein's MathWorld, Clausen's Integral
Programs
-
Mathematica
Clausen2[x_] := Im[PolyLog[2, Exp[x*I]]]; c[m_] := Exp[m/Pi*Clausen2[Pi - Pi/m]]; RealDigits[c[3], 10, 100] // First
-
PARI
exp(3*imag(polylog(2,exp(2*I*Pi/3)))/Pi) \\ Charles R Greathouse IV, Jul 14 2014
Formula
exp(3/Pi*Clausen2(Pi - Pi/3)), where Clausen2 is Clausen's Integral.