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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016721 Decimal expansion of ln(98). 2
4, 5, 8, 4, 9, 6, 7, 4, 7, 8, 6, 7, 0, 5, 7, 1, 9, 1, 9, 6, 2, 7, 9, 3, 7, 6, 0, 8, 3, 4, 4, 5, 3, 6, 0, 2, 7, 3, 4, 9, 6, 6, 9, 5, 9, 3, 5, 2, 3, 9, 7, 7, 6, 3, 1, 0, 3, 9, 4, 6, 0, 3, 0, 9, 3, 6, 8, 5, 5, 3, 3, 4, 7, 4, 7, 3, 8, 3, 3, 2, 5, 1, 1, 8, 1, 1, 8, 0, 3, 2, 4, 1, 7, 2, 1, 6, 1, 7, 4 (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.584967478670571919627937608344536027349669593523977631039460309368553... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 25 2009]

MATHEMATICA

RealDigits[Log[98], 10, 120][[1]]  (* From Harvey P. Dale, Mar 31 2011 *)

PROG

(PARI) { default(realprecision, 20080); x=log(98); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016721.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 25 2009]

CROSSREFS

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

Sequence in context: A195386 A143717 A155921 * A089959 A085996 A020804

Adjacent sequences:  A016718 A016719 A016720 * A016722 A016723 A016724

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 14 21:50 EST 2012. Contains 205663 sequences.