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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016628 Decimal expansion of ln(5). 5
1, 6, 0, 9, 4, 3, 7, 9, 1, 2, 4, 3, 4, 1, 0, 0, 3, 7, 4, 6, 0, 0, 7, 5, 9, 3, 3, 3, 2, 2, 6, 1, 8, 7, 6, 3, 9, 5, 2, 5, 6, 0, 1, 3, 5, 4, 2, 6, 8, 5, 1, 7, 7, 2, 1, 9, 1, 2, 6, 4, 7, 8, 9, 1, 4, 7, 4, 1, 7, 8, 9, 8, 7, 7, 0, 7, 6, 5, 7, 7, 6, 4, 6, 3, 0, 1, 3, 3, 8, 7, 8, 0, 9, 3, 1, 7, 9, 6, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET

1,2

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.

Uhler, Horace S.; Recalculation and extension of the modulus and of the logarithms of 2, 3, 5, 7 and 17. Proc. Nat. Acad. Sci. U. S. A. 26, (1940). 205-212.

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].

_Simon Plouffe_, Plouffe's Inverter, The natural logarithm of 5 to 10000 digits

EXAMPLE

1.609437912434100374600759333226187639525601354268517721912647891474178... [From Harry J. Smith, May 16 2009]

PROG

(PARI) { default(realprecision, 20080); x=log(5); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016628.txt", n, " ", d)); } [From Harry J. Smith, May 16 2009]

CROSSREFS

Cf. A016733 Continued fraction. [From Harry J. Smith, May 16 2009]

Sequence in context: A022903 A133077 A200124 * A112246 A189037 A153201

Adjacent sequences:  A016625 A016626 A016627 * A016629 A016630 A016631

KEYWORD

nonn,cons

AUTHOR

N. J. A. Sloane.

EXTENSIONS

Fixed my PARI program, had -n Harry J. Smith, May 19 2009

STATUS

approved

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 May 22 16:03 EDT 2013. Contains 225553 sequences.