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.

A194361 Decimal expansion of log(127) / log(16).

Original entry on oeis.org

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

Views

Author

T. D. Noe, Oct 04 2011

Keywords

Examples

			1.747171171693041463320000973...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Log[127]/Log[16], 10, 105]
  • PARI
    log(127)/log(16) \\ G. C. Greubel, Feb 19 2017