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.

A154178 Decimal expansion of log_6 (11).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			1.3382908331057725399584176108729831984116568172210398565716...
		

Crossrefs

Cf. decimal expansion of log_6(m): A152683 (m=2), A152935 (m=3), A153102 (m=4), A153202 (m=5), A153617 (m=7), A153754 (m=8), A154009 (m=9), A154157 (m=10), this sequence, A154199 (m=12), A154278 (m=13), A154466 (m=14), A154567 (m=15), A154776 (m=16), A154856 (m=17), A154911 (m=18), A155044 (m=19), A155490 (m=20), A155554 (m=21), A155697 (m=22), A155823 (m=23), A155959 (m=24).

Programs

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