A050994 Reduced numerators of series expansion for integrand in Renyi's parking constant.
1, -2, 5, -22, 293, -2711, 65947, -25351, 4787053, -36179867, 1934943511, -30066910943, 68657648659, -49704534392927, 2888323549541951, -405291453396983779, 5739056879585221501, -71739598482043345121
Offset: 0
Links
- Eric Weisstein's World of Mathematics, Renyi's Parking Constants.
Crossrefs
Cf. A050995.
Programs
-
Mathematica
nmax = 20; Numerator[CoefficientList[Series[Exp[-2*EulerGamma+2*ExpIntegralEi[-x]]/x^2, {x, 0, nmax}], x]] (* Vaclav Kotesovec, Aug 12 2019 *)