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!)
A016707 Decimal expansion of log(84). 2
4, 4, 3, 0, 8, 1, 6, 7, 9, 8, 8, 4, 3, 3, 1, 3, 6, 1, 5, 3, 3, 5, 0, 6, 2, 2, 2, 3, 2, 8, 2, 0, 5, 8, 5, 7, 0, 4, 3, 5, 5, 7, 5, 5, 5, 6, 1, 2, 5, 1, 2, 1, 1, 4, 8, 4, 3, 5, 4, 4, 4, 5, 0, 2, 5, 6, 1, 8, 6, 1, 3, 9, 9, 9, 1, 0, 0, 6, 7, 6, 6, 5, 8, 7, 3, 0, 0, 0, 9, 0, 7, 3, 9, 4, 4, 4, 0, 9, 9 (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.43081679884331361533506222328205857043557555612512114843544450256186139991....
MATHEMATICA
RealDigits[Log[84], 10, 120][[1]] (* Harvey P. Dale, Jul 25 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(84); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016707.txt", n, " ", d)); \\ Harry J. Smith, May 24 2009
(Magma) SetDefaultRealField(RealField(100)); Log(84); // G. C. Greubel, Sep 17 2018
CROSSREFS
Cf. A016512 (continued fraction).
Sequence in context: A256845 A340193 A340196 * A131080 A010657 A019706
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 April 24 09:42 EDT 2024. Contains 371935 sequences. (Running on oeis4.)