cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A242710 Decimal expansion of "beta", a Kneser-Mahler polynomial constant (a constant related to the asymptotic evaluation of the supremum norm of polynomials).

Original entry on oeis.org

1, 3, 8, 1, 3, 5, 6, 4, 4, 4, 5, 1, 8, 4, 9, 7, 7, 9, 3, 3, 7, 1, 4, 6, 6, 9, 5, 6, 8, 5, 0, 6, 2, 4, 1, 2, 6, 2, 8, 9, 6, 3, 7, 2, 6, 2, 2, 3, 9, 0, 7, 0, 5, 6, 0, 1, 9, 8, 7, 6, 4, 8, 4, 5, 3, 0, 0, 5, 5, 4, 9, 6, 3, 6, 3, 6, 6, 3, 6, 2, 4, 5, 4, 0, 8, 6, 3, 9, 7, 6, 7, 9, 5, 4, 4, 2, 8, 1, 1, 6
Offset: 1

Views

Author

Jean-François Alcover, May 21 2014

Keywords

Examples

			1.38135644451849779337146695685...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge, 2003; see Section 3.10, Kneser-Mahler polynomial constants, p. 232, and Section 5.23, Monomer-dimer constants, p. 408.

Crossrefs

Programs

  • Mathematica
    Exp[(PolyGamma[1, 4/3] - PolyGamma[1, 2/3] + 9)/(4*Sqrt[3]*Pi)] // RealDigits[#, 10, 100]& // First

Formula

beta = exp(G/Pi) = exp((PolyGamma(1, 4/3) - PolyGamma(1, 2/3) + 9)/(4*sqrt(3)*Pi)), where G is Gieseking's constant (cf. A143298) and PolyGamma(1,z) the first derivative of the digamma function psi(z).
Also equals exp(-Im(Li_2( 1/2 - (i*sqrt(3))/2))/Pi), where Li_2 is the dilogarithm function.