login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016582 Decimal expansion of log(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; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.704748092238425234644711456506952731746206719577161921097887699637180...
MATHEMATICA
RealDigits[Log[11/2], 10, 100][[1]] (* 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)); \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016533 Continued fraction.
Sequence in context: A324997 A011392 A177156 * A244662 A060708 A021997
KEYWORD
nonn,cons
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 09:33 EDT 2024. Contains 371779 sequences. (Running on oeis4.)