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.

A005664 Denominators of convergents to log_2 3.

Original entry on oeis.org

1, 1, 2, 5, 12, 41, 53, 306, 665, 15601, 31867, 79335, 111202, 190537, 10590737, 10781274, 53715833, 171928773, 225644606, 397573379, 6189245291, 6586818670, 65470613321, 137528045312, 753110839881, 5409303924479, 6162414764360
Offset: 0

Views

Author

Keywords

Examples

			log_2 3 = 1.5849625007211561814537389439...
		

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

  • Mathematica
    Convergents[Log[2, 3], 30] // Denominator (* Jean-François Alcover, Dec 12 2016 *)
  • PARI
    a(n) = component(component(contfracpnqn(contfrac(log(3)/log(2), n)), 1), 2) \\ Michel Marcus, May 20 2013

Extensions

More terms from James Sellers, Sep 16 2000