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.

A244067 Decimal expansion of the Purdom-Williams constant, a constant related to the Golomb-Dickman constant and to the asymptotic evaluation of the expectation of a random function longest cycle length.

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Jun 19 2014

Keywords

Examples

			0.78248160099165661501621518806291...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.4.2 Random Mapping Statistics, p. 288.

Crossrefs

Programs

  • Mathematica
    lambda = Integrate[Exp[LogIntegral[x]], {x, 0, 1}]; N[lambda*Sqrt[Pi/2], 99] // RealDigits // First

Formula

Equals sqrt(Pi/2)*Integral_{x=0..1} exp(li(x)) dx, where li is the logarithmic integral function.
Equals A069998 * A084945. - Amiram Eldar, Aug 25 2020