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

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

1,2

LINKS

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

EXAMPLE

1.504077396776274073373258352386874841219480981285243649348708657781594... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 26 2009]

MATHEMATICA

RealDigits[Log[9/2], 10, 120][[1]] (* From Harvey P. Dale, Aug 20 2011 *)

PROG

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

CROSSREFS

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

Sequence in context: A175296 A076266 A200102 * A175472 A099220 A021956

Adjacent sequences:  A016578 A016579 A016580 * A016582 A016583 A016584

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 15 05:45 EST 2012. Contains 205694 sequences.