|
| |
|
|
A016715
|
|
Decimal expansion of ln(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
(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.521788577049040309641217074726549254593380583560946250239995396469780... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 25 2009]
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=log(92); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016715.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 25 2009]
|
|
|
CROSSREFS
| Cf. A016520 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 25 2009]
Sequence in context: A157784 A156890 A163531 * A085548 A074459 A155793
Adjacent sequences: A016712 A016713 A016714 * A016716 A016717 A016718
|
|
|
KEYWORD
| nonn,cons
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|