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.

A369522 Decimal expansion of log(4/3) / log(3/2).

Original entry on oeis.org

7, 0, 9, 5, 1, 1, 2, 9, 1, 3, 5, 1, 4, 5, 4, 7, 7, 6, 9, 7, 6, 1, 9, 0, 2, 6, 2, 1, 7, 4, 0, 1, 4, 1, 4, 0, 6, 1, 5, 0, 0, 3, 7, 3, 5, 2, 3, 6, 1, 0, 7, 2, 2, 3, 0, 7, 4, 4, 5, 3, 9, 0, 6, 2, 8, 7, 7, 1, 8, 5, 7, 7, 8, 9, 9, 5, 5, 4, 4, 2, 6, 6, 3, 4, 0, 2
Offset: 0

Views

Author

Ruud H.G. van Tol, Jan 25 2024

Keywords

Examples

			0.70951129135145477697619...
		

Crossrefs

Programs

  • Mathematica
    Join[{0},First[RealDigits[Log[4/3]/Log[3/2],10,86]]] (* James C. McMahon, Jan 30 2024 *)
  • PARI
    (log(4)-log(3)) / (log(3)-log(2))

Formula

Equals A083679 / A016578.