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.

A046943 Continued fraction for Fransen-Robinson constant Integral_{x>=0} 1/Gamma(x).

Original entry on oeis.org

2, 1, 4, 4, 1, 18, 5, 1, 3, 4, 1, 5, 3, 6, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 2, 1, 3, 1, 10, 1, 4, 7, 2, 2, 2, 46, 18, 1, 1, 3, 1, 1, 4, 5, 1, 1, 28, 6, 2, 1, 23, 1, 6, 1, 18, 1, 4, 1, 2, 1, 3, 2, 3, 5, 1, 1, 7, 1, 1, 1, 8, 1, 1, 1, 1, 2, 1, 7, 2, 2, 1, 1, 1, 1, 6, 1, 2, 2, 11, 2, 1, 1, 3, 7, 1
Offset: 0

Views

Author

Keywords

Examples

			2.807770242028519365221501186... = 2 + 1/(1 + 1/(4 + 1/(4 + 1/(1 + ...)))).
		

Crossrefs

Cf. A058655 (decimal expansion). - Harry J. Smith, May 13 2009

Programs

  • Mathematica
    f := N[Integrate[1/Gamma[x], {x, 0, Infinity}], 55]; ContinuedFraction[f, 50] (* G. C. Greubel, Nov 06 2017 *)