login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016694 Decimal expansion of ln(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; 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

Harry J. Smith, Table of n, a(n) for n=1,...,20000

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... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 23 2009]

MATHEMATICA

RealDigits[Log[71], 10, 120][[1]] (* From 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)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 23 2009]

CROSSREFS

Cf. A016499 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 23 2009]

Sequence in context: A011306 A019719 A205111 * A175038 A035505 A202498

Adjacent sequences:  A016691 A016692 A016693 * A016695 A016696 A016697

KEYWORD

nonn,cons

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 20:14 EST 2012. Contains 205962 sequences.