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

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

MATHEMATICA

RealDigits[Log[11/2], 10, 100][[1]]  (* From Harvey P. Dale, Mar 26 2011 *)

PROG

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

CROSSREFS

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

Sequence in context: A065463 A011392 A177156 * A060708 A021997 A099737

Adjacent sequences:  A016579 A016580 A016581 * A016583 A016584 A016585

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 17 00:09 EST 2012. Contains 205978 sequences.