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!)
A016613 Decimal expansion of log(73/2). 2
3, 5, 9, 7, 3, 1, 2, 2, 6, 0, 5, 8, 8, 4, 4, 5, 8, 1, 9, 6, 7, 4, 8, 7, 6, 7, 3, 5, 9, 8, 0, 3, 6, 6, 0, 0, 2, 8, 2, 9, 2, 5, 2, 7, 1, 0, 5, 1, 1, 3, 4, 2, 4, 1, 0, 4, 7, 5, 0, 1, 8, 8, 4, 7, 6, 6, 8, 3, 9, 6, 3, 5, 3, 9, 5, 0, 9, 0, 2, 5, 7, 7, 6, 7, 0, 4, 6, 5, 9, 9, 5, 8, 3, 8, 4, 4, 0, 2, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.597312260588445819674876735980366002829252710511342410475018847668396....
MATHEMATICA
RealDigits[Log[73/2], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(73/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016613.txt", n, " ", d)); \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016564 (continued fraction).
Sequence in context: A048639 A340593 A021282 * A336849 A348994 A079427
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 23 00:54 EDT 2024. Contains 372758 sequences. (Running on oeis4.)