Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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
OFFSET
1,1
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
STATUS
approved