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!)
A016611 Decimal expansion of log(69/2). 2
3, 5, 4, 0, 9, 5, 9, 3, 2, 4, 0, 3, 7, 3, 1, 4, 0, 7, 2, 7, 8, 4, 7, 6, 5, 9, 4, 7, 2, 7, 4, 5, 4, 5, 2, 5, 5, 0, 1, 4, 3, 7, 0, 7, 3, 8, 3, 0, 2, 9, 2, 9, 9, 3, 9, 6, 1, 2, 6, 4, 9, 7, 0, 1, 6, 2, 7, 0, 9, 3, 9, 1, 7, 2, 3, 3, 7, 1, 2, 5, 4, 9, 4, 6, 6, 1, 5, 3, 5, 1, 9, 9, 7, 0, 3, 0, 8, 2, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.540959324037314072784765947274545255014370738302929939612649701627093....
MATHEMATICA
RealDigits[Log[69/2], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(69/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016611.txt", n, " ", d)); \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016562 (continued fraction).
Sequence in context: A195383 A303069 A086567 * A198619 A168223 A073006
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 05:14 EDT 2024. Contains 372536 sequences. (Running on oeis4.)