[go: up one dir, main page]

login
A016637
Decimal expansion of log(14).
2
2, 6, 3, 9, 0, 5, 7, 3, 2, 9, 6, 1, 5, 2, 5, 8, 6, 1, 4, 5, 2, 2, 5, 8, 4, 8, 6, 4, 9, 0, 1, 3, 5, 6, 2, 9, 7, 7, 1, 2, 5, 8, 4, 8, 6, 3, 9, 4, 2, 1, 1, 6, 4, 4, 2, 5, 8, 0, 0, 7, 0, 1, 5, 9, 4, 3, 0, 9, 7, 3, 4, 8, 4, 7, 2, 1, 7, 6, 3, 9, 8, 3, 3, 9, 3, 5, 2, 1, 8, 2, 5, 5, 8, 4, 2, 9, 0, 2, 1
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].
FORMULA
Equals A002162 + A016630. - R. J. Mathar, Jun 10 2024
EXAMPLE
2.639057329615258614522584864901356297712584863942116442580070159430973... - Harry J. Smith, May 16 2009
MATHEMATICA
RealDigits[Log[14], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(14); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016637.txt", n, " ", d)); \\ Harry J. Smith, May 16 2009
CROSSREFS
Cf. A016442 (continued fraction).
Sequence in context: A368038 A082154 A134564 * A341942 A133917 A229760
KEYWORD
nonn,cons
STATUS
approved