The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016711 Decimal expansion of log(88). 2
4, 4, 7, 7, 3, 3, 6, 8, 1, 4, 4, 7, 8, 2, 0, 6, 4, 7, 2, 3, 1, 3, 6, 3, 9, 9, 4, 2, 3, 3, 9, 6, 5, 9, 0, 0, 4, 0, 4, 8, 2, 0, 7, 2, 5, 7, 0, 1, 8, 1, 8, 2, 9, 3, 7, 5, 8, 0, 6, 0, 7, 7, 3, 7, 6, 1, 0, 7, 5, 4, 4, 8, 9, 8, 2, 2, 3, 2, 0, 8, 5, 9, 8, 9, 2, 6, 4, 4, 6, 8, 8, 9, 9, 1, 8, 9, 0, 8, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
EXAMPLE
4.477336814478206472313639942339659004048207257018182937580607737610754....
MATHEMATICA
RealDigits[Log[88], 10, 100][[1]] (* G. C. Greubel, Sep 17 2018 *)
PROG
(PARI) default(realprecision, 20080); x=log(88); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016711.txt", n, " ", d)); \\ Harry J. Smith, May 24 2009
(Magma) SetDefaultRealField(RealField(100)); Log(88); // G. C. Greubel, Sep 17 2018
CROSSREFS
Cf. A016516 (continued fraction).
Sequence in context: A204008 A237708 A342819 * A023404 A140245 A200364
KEYWORD
nonn,cons
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 19 23:42 EDT 2024. Contains 372703 sequences. (Running on oeis4.)