login
A016661
Decimal expansion of log(38).
2
3, 6, 3, 7, 5, 8, 6, 1, 5, 9, 7, 2, 6, 3, 8, 5, 7, 6, 9, 4, 2, 6, 2, 5, 9, 5, 5, 3, 3, 4, 6, 0, 3, 0, 1, 0, 5, 3, 1, 2, 8, 7, 9, 3, 9, 5, 6, 5, 9, 3, 8, 4, 0, 7, 2, 6, 5, 8, 6, 4, 0, 2, 4, 5, 9, 0, 2, 6, 8, 6, 3, 2, 4, 0, 3, 3, 8, 9, 2, 0, 0, 4, 3, 2, 0, 0, 2, 1, 7, 1, 0, 8, 1, 2, 1, 5, 8, 5, 8
OFFSET
1,1
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2.
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
3.637586159726385769426259553346030105312879395659384072658640245902686....
MATHEMATICA
RealDigits[Log[38], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(38); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016661.txt", n, " ", d)); \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016466 (continued fraction).
Sequence in context: A303129 A170859 A123146 * A376827 A201143 A326935
KEYWORD
nonn,cons
STATUS
approved