|
| |
|
|
A016660
|
|
Decimal expansion of ln(37).
|
|
2
| |
|
|
3, 6, 1, 0, 9, 1, 7, 9, 1, 2, 6, 4, 4, 2, 2, 4, 4, 4, 4, 3, 6, 8, 0, 9, 5, 6, 7, 1, 0, 3, 1, 4, 4, 7, 1, 6, 3, 9, 0, 0, 0, 7, 7, 5, 8, 7, 1, 6, 7, 6, 3, 6, 1, 6, 3, 6, 4, 4, 9, 1, 2, 6, 8, 1, 1, 9, 2, 9, 8, 9, 7, 4, 6, 9, 9, 0, 3, 6, 1, 0, 6, 5, 3, 9, 9, 0, 2, 1, 5, 3, 3, 6, 7, 2, 1, 6, 8, 6, 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
| 3.610917912644224444368095671031447163900077587167636163644912681192989... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=log(37); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016660.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
|
|
|
CROSSREFS
| Cf. A016465 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
Sequence in context: A021281 A034004 A188882 * A142464 A177022 A008953
Adjacent sequences: A016657 A016658 A016659 * A016661 A016662 A016663
|
|
|
KEYWORD
| nonn,cons
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|