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!)
A016701 Decimal expansion of log(78). 2
4, 3, 5, 6, 7, 0, 8, 8, 2, 6, 6, 8, 9, 5, 9, 1, 7, 3, 6, 8, 6, 5, 9, 6, 4, 7, 9, 9, 9, 4, 6, 0, 2, 0, 8, 7, 7, 5, 2, 8, 2, 5, 8, 6, 3, 6, 9, 4, 3, 2, 1, 1, 8, 2, 2, 2, 7, 4, 4, 1, 9, 8, 5, 3, 7, 9, 4, 3, 5, 2, 5, 8, 2, 5, 1, 2, 7, 1, 3, 8, 6, 1, 8, 7, 9, 0, 5, 3, 7, 4, 5, 2, 5, 0, 6, 4, 0, 2, 6 (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.356708826689591736865964799946020877528258636943211822274419853794352....
MATHEMATICA
RealDigits[Log[78], 10, 120][[1]] (* Harvey P. Dale, Apr 28 2018 *)
PROG
(PARI) default(realprecision, 20080); x=log(78); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016701.txt", n, " ", d)); \\ Harry J. Smith, May 24 2009
(Magma) SetDefaultRealField(RealField(100)); Log(78); // G. C. Greubel, Sep 17 2018
CROSSREFS
Cf. A016506 (continued fraction).
Sequence in context: A133981 A226211 A296413 * A023829 A335583 A328109
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 23 20:27 EDT 2024. Contains 371916 sequences. (Running on oeis4.)