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!)
A016677 Decimal expansion of log(54). 2
3, 9, 8, 8, 9, 8, 4, 0, 4, 6, 5, 6, 4, 2, 7, 4, 3, 8, 3, 6, 0, 2, 9, 6, 7, 8, 3, 2, 2, 2, 5, 7, 5, 3, 6, 8, 2, 0, 1, 7, 9, 7, 1, 8, 0, 7, 8, 2, 8, 5, 0, 3, 6, 0, 9, 3, 2, 4, 7, 6, 3, 0, 1, 0, 4, 0, 5, 8, 7, 6, 5, 0, 1, 6, 2, 5, 5, 2, 1, 6, 1, 6, 2, 2, 6, 7, 1, 0, 5, 9, 1, 4, 3, 7, 6, 1, 4, 9, 5 (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
3.988984046564274383602967832225753682017971807828503609324763010405876....
MATHEMATICA
RealDigits[Log[54], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(54); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016677.txt", n, " ", d)); \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016482 (continued fraction).
Sequence in context: A351404 A199781 A193117 * A288095 A231863 A179589
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)