Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A016585
Decimal expansion of log(17/2).
2
2, 1, 4, 0, 0, 6, 6, 1, 6, 3, 4, 9, 6, 2, 7, 0, 7, 7, 0, 8, 3, 2, 3, 0, 2, 4, 9, 6, 4, 1, 4, 9, 4, 9, 9, 6, 7, 5, 1, 2, 7, 0, 2, 8, 7, 8, 2, 2, 5, 4, 8, 9, 5, 3, 3, 1, 7, 6, 5, 5, 7, 7, 2, 8, 3, 8, 8, 8, 9, 8, 9, 5, 3, 8, 3, 1, 2, 3, 6, 5, 6, 5, 3, 0, 6, 2, 3, 1, 5, 4, 1, 0, 4, 1, 0, 8, 4, 2, 5, 9, 9, 7, 6, 3, 4
OFFSET
1,1
EXAMPLE
2.140066163496270770832302496414949967512702878225489533176557728388898...
MATHEMATICA
RealDigits[Log[17/2], 10, 120][[1]] (* Harvey P. Dale, Apr 26 2011 *)
PROG
(PARI) default(realprecision, 20080); x=log(17/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016585.txt", n, " ", d)); \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016536 Continued fraction.
Sequence in context: A212805 A246431 A225777 * A309054 A143316 A127192
KEYWORD
nonn,cons
EXTENSIONS
Final digits of sequence corrected using the b-file. - N. J. A. Sloane, Aug 30 2009
STATUS
approved