login
The OEIS is supported bythe many generous donors to the OEIS Foundation.

Logo
Hints
(Greetings fromThe On-Line Encyclopedia of Integer Sequences!)
A016694 Decimal expansion of log(71). 2
4, 2, 6, 2, 6, 7, 9, 8, 7, 7, 0, 4, 1, 3, 1, 5, 4, 2, 1, 3, 2, 9, 4, 5, 4, 5, 3, 2, 5, 1, 3, 0, 3, 4, 0, 9, 6, 7, 5, 9, 5, 7, 6, 5, 2, 6, 7, 1, 0, 5, 6, 6, 1, 0, 8, 1, 2, 1, 4, 2, 5, 8, 0, 2, 0, 2, 7, 3, 5, 1, 5, 0, 6, 8, 2, 4, 2, 3, 0, 3, 6, 5, 9, 6, 6, 2, 4, 3, 3, 2, 4, 2, 7, 2, 6, 3, 5, 1, 3 (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.262679877041315421329454532513034096759576526710566108121425802027351....
MATHEMATICA
RealDigits[Log[71], 10, 120][[1]] (*Harvey P. Dale,Jan 20 2012 *)
PROG
(PARI) default(realprecision, 20080); x=log(71); for (n=1, 20000, d=floor(x); x=(x-d)*10; write( "b016694.txt", n, "", d)); \\Harry J. Smith,May 23 2009
(Magma) SetDefaultRealField(RealField(100)); Log(71); //G. C. Greubel,Sep 21 2018
CROSSREFS
Cf.A016499(continued fraction).
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 byThe OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 5 08:10 EDT 2024. Contains 375696 sequences. (Running on oeis4.)