Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A016625 Decimal expansion of log(97/2). 2
3, 8, 8, 1, 5, 6, 3, 7, 9, 7, 9, 4, 3, 4, 3, 7, 5, 1, 2, 6, 9, 9, 4, 8, 9, 5, 0, 0, 2, 4, 5, 7, 8, 5, 1, 4, 5, 7, 3, 3, 4, 1, 4, 7, 6, 8, 2, 9, 8, 5, 2, 6, 1, 0, 1, 8, 5, 5, 5, 5, 4, 3, 5, 9, 2, 6, 6, 7, 8, 3, 6, 6, 9, 8, 0, 8, 4, 9, 2, 4, 0, 9, 7, 3, 6, 4, 1, 9, 4, 1, 8, 0, 3, 7, 8, 5, 5, 8, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.881563797943437512699489500245785145733414768298526101855554359266783....
MATHEMATICA
RealDigits[Log[97/2], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(97/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016625.txt", n, " ", d)); \\ Harry J. Smith, May 30 2009
CROSSREFS
Cf. A016576 (continued fraction).
Sequence in context: A374343 A280581 A278755 * A019630 A101749 A206431
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 August 27 15:02 EDT 2024. Contains 375470 sequences. (Running on oeis4.)