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!)
A016619 Decimal expansion of log(85/2). 2
3, 7, 4, 9, 5, 0, 4, 0, 7, 5, 9, 3, 0, 3, 7, 1, 1, 4, 5, 4, 3, 3, 0, 6, 1, 8, 2, 9, 6, 4, 1, 1, 3, 7, 6, 0, 7, 0, 3, 8, 3, 0, 4, 2, 3, 2, 4, 9, 4, 0, 0, 7, 2, 5, 5, 0, 8, 9, 2, 0, 5, 6, 1, 9, 8, 6, 3, 0, 7, 7, 9, 4, 1, 5, 3, 8, 8, 9, 4, 3, 2, 9, 9, 3, 6, 3, 6, 5, 4, 1, 9, 1, 3, 4, 2, 6, 3, 8, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.749504075930371145433061829641137607038304232494007255089205619863077....
MATHEMATICA
RealDigits[Log[85/2], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(85/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016619.txt", n, " ", d)); \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016570 (continued fraction).
Sequence in context: A231325 A227108 A367712 * A368069 A066538 A352709
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)