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!)
A016681 Decimal expansion of log(58). 2
4, 0, 6, 0, 4, 4, 3, 0, 1, 0, 5, 4, 6, 4, 1, 9, 3, 3, 6, 6, 0, 0, 5, 0, 4, 1, 5, 3, 8, 2, 0, 0, 8, 8, 1, 7, 3, 5, 7, 0, 0, 1, 3, 0, 4, 8, 2, 8, 2, 9, 9, 9, 3, 3, 3, 0, 4, 2, 3, 5, 0, 3, 6, 1, 1, 3, 6, 1, 7, 4, 4, 0, 3, 1, 0, 7, 5, 4, 7, 0, 4, 8, 8, 9, 9, 2, 3, 0, 4, 4, 1, 8, 1, 4, 2, 7, 5, 1, 1 (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.060443010546419336600504153820088173570013048282999333042350361136174....
MATHEMATICA
RealDigits[Log[58], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(58); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016681.txt", n, " ", d)); \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016486 (continued fraction).
Sequence in context: A246004 A103688 A125961 * A210625 A210615 A179312
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 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)