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”).

A016706
Decimal expansion of log(83).
2
4, 4, 1, 8, 8, 4, 0, 6, 0, 7, 7, 9, 6, 5, 9, 7, 9, 2, 3, 4, 7, 5, 4, 7, 2, 2, 2, 3, 2, 9, 1, 3, 7, 0, 4, 5, 3, 0, 2, 9, 3, 1, 3, 0, 5, 6, 6, 6, 3, 2, 3, 6, 3, 7, 0, 1, 8, 7, 9, 4, 3, 4, 6, 2, 9, 3, 8, 5, 7, 8, 9, 8, 9, 8, 8, 8, 9, 9, 0, 6, 0, 5, 8, 3, 8, 4, 2, 7, 2, 9, 6, 9, 7, 0, 5, 7, 3, 4, 3
OFFSET
1,1
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy], see page 3.
EXAMPLE
4.418840607796597923475472223291370453029313056663236370187943462938578....
MATHEMATICA
RealDigits[Log[83], 10, 100][[1]] (* G. C. Greubel, Sep 17 2018 *)
PROG
(PARI) default(realprecision, 20080); x=log(83); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016706.txt", n, " ", d)); \\ Harry J. Smith, May 24 2009
(Magma) SetDefaultRealField(RealField(100)); Log(83); // G. C. Greubel, Sep 17 2018
CROSSREFS
Cf. A016511 (continued fraction).
Sequence in context: A171716 A211788 A318732 * A358204 A138679 A179399
KEYWORD
nonn,cons
STATUS
approved