|
| |
|
|
A016698
|
|
Decimal expansion of ln(75).
|
|
2
| |
|
|
4, 3, 1, 7, 4, 8, 8, 1, 1, 3, 5, 3, 6, 3, 1, 0, 4, 4, 0, 5, 9, 6, 7, 6, 3, 9, 0, 3, 3, 7, 4, 9, 0, 0, 9, 8, 3, 6, 9, 8, 6, 9, 3, 2, 6, 6, 3, 5, 9, 7, 8, 4, 8, 9, 5, 5, 5, 9, 9, 9, 0, 1, 1, 6, 5, 8, 5, 8, 5, 2, 2, 6, 8, 6, 3, 3, 9, 2, 4, 4, 9, 6, 1, 3, 3, 8, 8, 3, 5, 1, 1, 0, 0, 0, 0, 9, 1, 3, 1
(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.317488113536310440596763903374900983698693266359784895559990116585852... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 24 2009]
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=log(75); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016698.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 24 2009]
|
|
|
CROSSREFS
| Cf. A016503 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 24 2009]
Sequence in context: A190157 A103552 A127673 * A200115 A038763 A200384
Adjacent sequences: A016695 A016696 A016697 * A016699 A016700 A016701
|
|
|
KEYWORD
| nonn,cons
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|