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.

A153463 Decimal expansion of log_7(6).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			.92078222116160179031872724517619906544098507395960629508498...
		

Crossrefs

Cf. decimal expansion of log_7(m): A152713 (m=2), A152945 (m=3), A153103 (m=4), A153203 (m=5), this sequence, A153755 (m=8), A113211 (m=9), A154158 (m=10), A154179 (m=11), A154200 (m=12), A154294 (m=13), A154467 (m=14), A154572 (m=15), A154793 (m=16), A154857 (m=17), A154912 (m=18), A155059 (m=19), A155496 (m=20), A155591 (m=21), A155735 (m=22), A155824 (m=23), A155964 (m=24).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Log(6)/Log(7); // G. C. Greubel, Sep 02 2018
  • Mathematica
    RealDigits[Log[7, 6], 10, 100][[1]] (* Vincenzo Librandi, Aug 31 2013 *)
  • PARI
    default(realprecision, 100); log(6)/log(7) \\ G. C. Greubel, Sep 02 2018