|
| |
|
|
A016702
|
|
Decimal expansion of ln(79).
|
|
2
|
|
|
|
4, 3, 6, 9, 4, 4, 7, 8, 5, 2, 4, 6, 7, 0, 2, 1, 4, 9, 4, 1, 7, 2, 9, 4, 5, 5, 4, 1, 4, 8, 1, 4, 1, 0, 9, 2, 2, 1, 7, 3, 5, 4, 1, 2, 2, 4, 4, 2, 2, 6, 0, 9, 6, 2, 5, 4, 1, 2, 1, 7, 1, 1, 1, 7, 5, 5, 9, 8, 0, 6, 0, 6, 1, 1, 2, 4, 4, 3, 2, 2, 7, 8, 1, 4, 5, 9, 4, 0, 3, 6, 5, 7, 7, 4, 0, 7, 9, 6, 0
(list;
constant;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
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
|
Harry J. Smith, Table of n, a(n) for n=1,...,20000
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.369447852467021494172945541481410922173541224422609625412171117559806... [From Harry J. Smith, May 24 2009]
|
|
|
MATHEMATICA
|
RealDigits[Log[79], 10, 120][[1]] (* From Harvey P. Dale, May 09 2012 *)
|
|
|
PROG
|
(PARI) { default(realprecision, 20080); x=log(79); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016702.txt", n, " ", d)); } [From Harry J. Smith, May 24 2009]
|
|
|
CROSSREFS
|
Cf. A016507 Continued fraction. [From Harry J. Smith, May 24 2009]
Sequence in context: A211246 A197829 A187890 * A198610 A128754 A196889
Adjacent sequences: A016699 A016700 A016701 * A016703 A016704 A016705
|
|
|
KEYWORD
|
nonn,cons
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|