login
A016715
Decimal expansion of log(92).
2
4, 5, 2, 1, 7, 8, 8, 5, 7, 7, 0, 4, 9, 0, 4, 0, 3, 0, 9, 6, 4, 1, 2, 1, 7, 0, 7, 4, 7, 2, 6, 5, 4, 9, 2, 5, 4, 5, 9, 3, 3, 8, 0, 5, 8, 3, 5, 6, 0, 9, 4, 6, 2, 5, 0, 2, 3, 9, 9, 9, 5, 3, 9, 6, 4, 6, 9, 7, 8, 0, 4, 8, 9, 9, 2, 4, 1, 8, 7, 7, 2, 9, 4, 1, 0, 1, 2, 7, 7, 4, 6, 1, 4, 5, 8, 3, 2, 1, 8
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].
EXAMPLE
4.521788577049040309641217074726549254593380583560946250239995396469780....
MATHEMATICA
RealDigitis[Log[92], 10, 100][[1]] (* G. C. Greubel, Sep 17 2018 *)
PROG
(PARI) default(realprecision, 20080); x=log(92); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016715.txt", n, " ", d)); \\ Harry J. Smith, May 25 2009
(Magma) SetDefaultRealField(RealField(100)); Log(92); // G. C. Greubel, Sep 17 2018
CROSSREFS
Cf. A016520 (continued fraction).
Sequence in context: A163531 A336199 A267095 * A337192 A255701 A085548
KEYWORD
nonn,cons
STATUS
approved