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.

A050994 Reduced numerators of series expansion for integrand in Renyi's parking constant.

Original entry on oeis.org

1, -2, 5, -22, 293, -2711, 65947, -25351, 4787053, -36179867, 1934943511, -30066910943, 68657648659, -49704534392927, 2888323549541951, -405291453396983779, 5739056879585221501, -71739598482043345121
Offset: 0

Views

Author

Keywords

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 *)