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.

A241033 Decimal expansion of 'c', a constant such that in N steps, the mean longest random walk duration records grow as c*N.

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Apr 15 2014

Keywords

Examples

			0.626507598767175449080634422596159044653245248...
		

Crossrefs

Cf. A084945 (the analog constant for i.i.d. random variables).

Programs

  • Mathematica
    2*NIntegrate[Log[1 + 1/(2*Sqrt[Pi])*Gamma[-1/2, x]], {x, 0, Infinity}, WorkingPrecision -> 105] // RealDigits[#, 10, 100]& // First