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!)
A016618 Decimal expansion of log(83/2). 2
3, 7, 2, 5, 6, 9, 3, 4, 2, 7, 2, 3, 6, 6, 5, 2, 6, 1, 4, 0, 5, 8, 2, 4, 0, 1, 0, 1, 8, 3, 3, 1, 9, 3, 8, 8, 4, 9, 5, 3, 8, 1, 2, 9, 2, 2, 3, 0, 2, 9, 8, 1, 1, 1, 6, 0, 6, 7, 2, 6, 3, 4, 5, 3, 4, 4, 5, 1, 8, 5, 3, 6, 7, 9, 1, 9, 2, 9, 5, 8, 9, 0, 2, 3, 2, 5, 6, 3, 9, 6, 9, 9, 7, 4, 1, 5, 4, 7, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.725693427236652614058240101833193884953812922302981116067263453445185....
MATHEMATICA
RealDigits[Log[83/2], 10, 120][[1]] (* Harvey P. Dale, Nov 25 2012 *)
PROG
(PARI) default(realprecision, 20080); x=log(83/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016618.txt", n, " ", d)); \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016569 (continued fraction).
Sequence in context: A226521 A091723 A274509 * A130789 A023529 A142069
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 June 10 10:03 EDT 2024. Contains 373264 sequences. (Running on oeis4.)