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.

A050996 Decimal expansion of Rényi's parking constant.

This page as a plain text file.
%I A050996 #50 Feb 16 2025 08:32:41
%S A050996 7,4,7,5,9,7,9,2,0,2,5,3,4,1,1,4,3,5,1,7,8,7,3,0,9,4,3,8,3,0,1,7,8,1,
%T A050996 7,3,0,2,4,7,8,6,2,6,4,0,7,4,2,2,8,3,7,6,6,0,4,2,2,9,1,6,3,4,2,5,1,6,
%U A050996 7,8,8,1,6,0,2,9,5,4,4,0,4,3,1,2,4,3,0,8,5,0,3,6,9,3,1,4,1,1,1,1,5
%N A050996 Decimal expansion of Rényi's parking constant.
%C A050996 Named after the Hungarian mathematician Alfréd Rényi (1921-1970). - _Amiram Eldar_, Jun 24 2021
%D A050996 Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.3, p. 278.
%D A050996 A. Rényi, On a one-dimensional problem concerning random space-filling, Publ. Math. Inst. Hung. Acad. Sci., Vol. 3 (1958), pp. 109-127.
%H A050996 George Marsaglia, Arif Zaman and John C. W. Marsaglia, <a href="https://doi.org/10.1090/S0025-5718-1989-0969490-3">Numerical solution of some classical differential-difference equations</a>, Math. Comp., Vol. 53, No. 187 (1989), pp. 191-201.
%H A050996 Simon Plouffe, <a href="http://www.worldwideschool.org/library/books/sci/math/MiscellaneousMathematicalConstants/chap71.html">The Parking or Renyi constant</a>. [broken link]
%H A050996 Simon Plouffe, <a href="http://www.plouffe.fr/simon/constants/parking.txt">The Parking or Renyi constant</a>.
%H A050996 Antonín Slavík, <a href="https://doi.org/10.1080/00029890.2024.2393990">De Bruijn's Short Route to Rényi's Parking Constant</a>, Amer. Math. Monthly 131 (2024), pp. 831-841 (<a href="https://www2.karlin.mff.cuni.cz/~slavik/papers/parking-constant.pdf">preprint</a>).
%H A050996 Philipp O. Tsvetkov, <a href="https://doi.org/10.1038/s41598-020-77896-0">Stoichiometry of irreversible ligand binding to a one-dimensional lattice</a>, Scientific Reports, Springer Nature, Vol. 10 (2020), Article number: 21308.
%H A050996 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/RenyisParkingConstants.html">Rényi's Parking Constants</a>.
%F A050996 Equals exp(-2*gamma) * Integral_{x>=0} exp(2*Ei(-x))/x^2 dx, where gamma is Euler's constant (A001620) and Ei(x) is the exponential integral. - _Amiram Eldar_, Jun 24 2021
%e A050996 0.7475979202534114351787309438301781730247862640742283766042291634251678816...
%t A050996 digits = 101; c = NIntegrate[E^(-2*(EulerGamma + Gamma[0, t] + Log[t])), {t, 0, Infinity}, WorkingPrecision -> digits + 10, MaxRecursion -> 20]; RealDigits[c, 10, digits][[1]] (* _Jean-François Alcover_, Nov 05 2012, updated May 21 2016 *)
%Y A050996 Cf. A001620, A050994, A050995.
%K A050996 nonn,cons
%O A050996 0,1
%A A050996 _Eric W. Weisstein_