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.

A194362 Decimal expansion of log(1151) / log(95).

Original entry on oeis.org

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

Views

Author

T. D. Noe, Oct 04 2011

Keywords

Comments

This number occurs in A143898. This value K is conjectured to be the least possible such that there is at least one prime in the range n^K to (n+1)^K for n>0.

Examples

			1.5477771087141976248150326532255348...
		

Programs

  • Mathematica
    RealDigits[Log[1151]/Log[95], 10, 105]
  • PARI
    log(1151)/log(95) \\ Charles R Greathouse IV, May 15 2019