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.

A374642 Decimal expansion of log(1111111111/387420489).

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Jul 15 2024

Keywords

Examples

			1.053605156478263012270009808392794649727845396499...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[Log[1111111111/387420489], 10, 100]]
  • PARI
    log(1111111111/387420489) \\ Charles R Greathouse IV, Nov 21 2024

Formula

Equals 10^(-8)*Sum_{k >= 0} 1/(10^(10*k))*(Sum{j = 1..9} 10^(9-j)/(10*k + j)). See Bailey and Crandall (2001), p. 185.