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!)
A016612 Decimal expansion of log(71/2). 2
3, 5, 6, 9, 5, 3, 2, 6, 9, 6, 4, 8, 1, 3, 7, 0, 1, 1, 1, 9, 1, 2, 2, 2, 2, 4, 1, 1, 0, 5, 4, 8, 5, 7, 5, 2, 8, 6, 8, 4, 0, 7, 6, 3, 9, 2, 3, 5, 0, 3, 1, 0, 8, 5, 4, 0, 0, 0, 7, 4, 5, 7, 9, 2, 5, 3, 3, 9, 5, 7, 8, 8, 4, 8, 5, 4, 5, 3, 5, 6, 5, 0, 3, 6, 0, 3, 7, 9, 9, 9, 7, 2, 7, 6, 2, 1, 6, 4, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.569532696481370111912222411054857528684076392350310854000745792533957....
MATHEMATICA
RealDigits[Log[71/2], 10, 120][[1]] (* Harvey P. Dale, Aug 20 2013 *)
PROG
(PARI) default(realprecision, 20080); x=log(71/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016612.txt", n, " ", d)); \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016563 (continued fraction).
Sequence in context: A261028 A195481 A199730 * A245739 A199187 A098587
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 March 19 07:25 EDT 2024. Contains 370955 sequences. (Running on oeis4.)