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.

A028507 Continued fraction expansion for log_2(3).

Original entry on oeis.org

1, 1, 1, 2, 2, 3, 1, 5, 2, 23, 2, 2, 1, 1, 55, 1, 4, 3, 1, 1, 15, 1, 9, 2, 5, 7, 1, 1, 4, 8, 1, 11, 1, 20, 2, 1, 10, 1, 4, 1, 1, 1, 1, 1, 37, 4, 55, 1, 1, 49, 1, 1, 1, 4, 1, 3, 2, 3, 3, 1, 5, 16, 2, 3, 1, 1, 1, 1, 1, 5, 2, 1, 2, 8, 7, 1, 1, 2, 1, 1, 3, 3, 1, 1, 1, 1, 5, 4, 2, 2, 2, 16, 8, 10, 1, 25, 2, 1
Offset: 0

Views

Author

Tony Smith (tsmith(AT)innerx.net)

Keywords

Examples

			log_2(3) = 1.5849625007211561814537389439...
		

Crossrefs

Cf. A005663, A005664, A020857 (decimal expansion).

Programs

  • Maple
    Digits := 200: convert(evalf( log(3)/log(2) ),confrac);
  • Mathematica
    ContinuedFraction[Log[2,3],120] (* Harvey P. Dale, Oct 24 2011 *)

Extensions

More terms from James Sellers, Sep 16 2000
Offset changed by Andrew Howroyd, Aug 07 2024