|
| |
|
|
A016682
|
|
Decimal expansion of ln(59).
|
|
2
| |
|
|
4, 0, 7, 7, 5, 3, 7, 4, 4, 3, 9, 0, 5, 7, 1, 9, 4, 5, 0, 6, 1, 6, 0, 5, 0, 3, 7, 3, 7, 1, 9, 6, 9, 7, 6, 2, 4, 0, 6, 3, 3, 4, 6, 7, 8, 9, 3, 3, 0, 4, 5, 4, 5, 2, 9, 5, 1, 2, 0, 3, 6, 6, 9, 7, 0, 5, 9, 2, 0, 0, 1, 1, 4, 2, 6, 5, 4, 2, 7, 4, 7, 7, 3, 5, 9, 3, 3, 9, 9, 5, 9, 8, 0, 2, 6, 3, 3, 7, 6
(list; constant; graph; refs; listen; history; 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.077537443905719450616050373719697624063346789330454529512036697059200... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 22 2009]
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=log(59); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016682.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 22 2009]
|
|
|
CROSSREFS
| Cf. A016487 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 22 2009]
Sequence in context: A013666 A196533 A200518 * A198741 A195286 A200501
Adjacent sequences: A016679 A016680 A016681 * A016683 A016684 A016685
|
|
|
KEYWORD
| nonn,cons
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|