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!)
A016616 Decimal expansion of log(79/2). 2
3, 6, 7, 6, 3, 0, 0, 6, 7, 1, 9, 0, 7, 0, 7, 6, 1, 8, 4, 7, 5, 5, 7, 1, 3, 4, 2, 0, 0, 2, 3, 2, 3, 4, 3, 5, 4, 0, 9, 8, 0, 4, 1, 0, 9, 0, 0, 6, 2, 3, 5, 4, 3, 7, 1, 2, 9, 1, 4, 9, 1, 1, 0, 8, 0, 6, 6, 4, 1, 2, 4, 3, 9, 1, 5, 4, 7, 3, 7, 5, 6, 2, 5, 4, 0, 0, 7, 7, 0, 3, 8, 7, 7, 7, 6, 6, 0, 9, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.676300671907076184755713420023234354098041090062354371291491108066412....
MATHEMATICA
RealDigits[Log[79/2], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(79/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016616.txt", n, " ", d)); \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016567 (continued fraction).
Sequence in context: A306658 A156648 A278688 * A256936 A021276 A329516
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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)