login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A016601
Decimal expansion of log(49/2).
2
3, 1, 9, 8, 6, 7, 3, 1, 1, 7, 5, 5, 0, 6, 8, 1, 3, 0, 0, 7, 9, 3, 4, 7, 3, 3, 6, 5, 4, 2, 8, 1, 8, 2, 8, 9, 1, 1, 9, 8, 6, 6, 9, 3, 2, 4, 8, 0, 3, 4, 6, 7, 1, 2, 2, 7, 9, 8, 1, 0, 0, 2, 9, 0, 3, 8, 1, 7, 6, 6, 1, 0, 3, 5, 3, 4, 4, 4, 3, 8, 1, 9, 9, 6, 9, 4, 5, 3, 6, 7, 0, 1, 7, 9, 3, 2, 4, 3, 6
OFFSET
1,1
EXAMPLE
3.198673117550681300793473365428182891198669324803467122798100290381766....
MATHEMATICA
RealDigits[Log[49/2], 10, 120][[1]] (* Harvey P. Dale, Jan 15 2017 *)
PROG
(PARI) default(realprecision, 20080); x=log(49/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016601.txt", n, " ", d)); \\ Harry J. Smith, May 28 2009
CROSSREFS
Cf. A016552 (continued fraction).
Sequence in context: A201840 A114195 A185948 * A193031 A078416 A369926
KEYWORD
nonn,cons
STATUS
approved