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.

Showing 1-2 of 2 results.

A247847 Decimal expansion of m = (1-1/e^2)/2, one of Renyi's parking constants.

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Sep 25 2014

Keywords

Comments

Curiously, this Renyi parking constant is very close to the prime generated continued fraction A084255 (gap ~ 10^-7).

Examples

			0.432332358381693654053000252513757798296184227045212...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.3 Renyi's parking constant, p. 280.

Crossrefs

Programs

  • Mathematica
    RealDigits[(1 - 1/E^2)/2 , 10, 104] // First

Formula

Define s(n) = Sum_{k = 0..n} 2^k/k!. Then (1 - 1/e^2)/2 = Sum_{n >= 0} 2^n/( (n+1)!*s(n)*s(n+1) ). Cf. A073333. - Peter Bala, Oct 23 2023

A247848 Decimal expansion of m_2 = (2-1/e)/4, one of Renyi's parking constants, the mean car density in case "monomer with nearest neighbor exclusion" for the 2 x infinity strip.

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Sep 25 2014

Keywords

Examples

			0.408030139707139419601119057459634783138547217242058041373...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.3 Renyi's parking constant, p. 281.

Crossrefs

Programs

  • Mathematica
    RealDigits[(2 - 1/E)/4 , 10, 105] // First
Showing 1-2 of 2 results.