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!)
A016606 Decimal expansion of log(59/2). 2
3, 3, 8, 4, 3, 9, 0, 2, 6, 3, 3, 4, 5, 7, 7, 4, 1, 4, 1, 1, 9, 8, 8, 1, 8, 2, 5, 2, 2, 6, 1, 5, 2, 1, 0, 5, 5, 9, 8, 7, 8, 4, 6, 6, 5, 4, 9, 7, 0, 1, 9, 9, 2, 7, 5, 3, 9, 1, 3, 5, 6, 6, 8, 7, 5, 6, 5, 8, 0, 6, 4, 9, 2, 2, 9, 5, 7, 3, 2, 7, 6, 1, 7, 5, 3, 4, 7, 6, 6, 3, 2, 8, 0, 6, 2, 1, 5, 0, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.384390263345774141198818252261521055987846654970199275391356687565806....
MATHEMATICA
First[RealDigits[Log[59/2], 10, 100]] (* Paolo Xausa, Apr 05 2024 *)
PROG
(PARI) default(realprecision, 20080); x=log(59/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016606.txt", n, " ", d)); \\ Harry J. Smith, May 28 2009
CROSSREFS
Cf. A016557 (continued fraction).
Sequence in context: A199337 A279789 A249389 * A341616 A069462 A097469
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)