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!)
A016721 Decimal expansion of log(98). 2
4, 5, 8, 4, 9, 6, 7, 4, 7, 8, 6, 7, 0, 5, 7, 1, 9, 1, 9, 6, 2, 7, 9, 3, 7, 6, 0, 8, 3, 4, 4, 5, 3, 6, 0, 2, 7, 3, 4, 9, 6, 6, 9, 5, 9, 3, 5, 2, 3, 9, 7, 7, 6, 3, 1, 0, 3, 9, 4, 6, 0, 3, 0, 9, 3, 6, 8, 5, 5, 3, 3, 4, 7, 4, 7, 3, 8, 3, 3, 2, 5, 1, 1, 8, 1, 1, 8, 0, 3, 2, 4, 1, 7, 2, 1, 6, 1, 7, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2.
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.584967478670571919627937608344536027349669593523977631039460309368553....
MATHEMATICA
RealDigits[Log[98], 10, 120][[1]] (* Harvey P. Dale, Mar 31 2011 *)
PROG
(PARI) default(realprecision, 20080); x=log(98); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016721.txt", n, " ", d)); \\ Harry J. Smith, May 25 2009
(Magma) SetDefaultRealField(RealField(100)); Log(98); // G. C. Greubel, Sep 15 2018
CROSSREFS
Cf. A016526 (continued fraction).
Sequence in context: A259468 A143717 A155921 * A089959 A085996 A296495
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)