The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016621 Decimal expansion of log(89/2). 2
3, 7, 9, 5, 4, 8, 9, 1, 8, 9, 1, 7, 2, 1, 9, 4, 5, 2, 8, 9, 0, 0, 5, 8, 3, 4, 1, 9, 2, 1, 1, 6, 7, 2, 6, 5, 1, 3, 2, 9, 1, 6, 0, 2, 5, 2, 7, 7, 2, 7, 0, 4, 1, 0, 9, 9, 8, 6, 0, 1, 7, 5, 6, 7, 7, 9, 4, 5, 6, 0, 2, 7, 0, 8, 0, 9, 7, 6, 1, 5, 3, 0, 8, 4, 1, 2, 0, 0, 2, 2, 4, 9, 5, 3, 0, 5, 7, 0, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.795489189172194528900583419211672651329160252772704109986017567794560....
MATHEMATICA
RealDigits[Log[89/2], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(89/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016621.txt", n, " ", d)); \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016572 (continued fraction).
Sequence in context: A093336 A038135 A087655 * A342354 A011271 A005534
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 May 15 10:39 EDT 2024. Contains 372540 sequences. (Running on oeis4.)