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.

A130837 Continued fraction representation of Erdos constant d = 1-(1+log(log(2)))/log(2) = 0.08607133....whose decimal expansion is A074738.

Original entry on oeis.org

0, 11, 1, 1, 1, 1, 1, 1, 1, 2, 3, 2, 1, 4, 1, 1, 10, 1, 1, 8, 2, 18, 2, 6, 1, 2, 1, 2, 2, 1, 1, 1, 4, 8, 2, 1, 3, 2, 19, 2, 1, 1, 2, 2, 7, 1, 7, 1, 17, 3, 3, 4, 1, 1, 87, 4, 1, 2, 11, 12, 16, 1, 1, 2
Offset: 1

Views

Author

Jonathan Vos Post, Jul 19 2007

Keywords

Crossrefs

Cf. A074738.

Programs

  • Magma
    ContinuedFraction(1-(1+Log(Log(2)))/Log(2)); // G. C. Greubel, Apr 16 2018
  • Mathematica
    ContinuedFraction[1 - (1 + Log[Log[2]])/Log[2], 100] (* G. C. Greubel, Apr 16 2018 *)
  • PARI
    contfrac(1-(1+log(log(2)))/log(2)) \\ G. C. Greubel, Apr 16 2018