|
| |
|
|
A016657
|
|
Decimal expansion of ln(34).
|
|
2
| |
|
|
3, 5, 2, 6, 3, 6, 0, 5, 2, 4, 6, 1, 6, 1, 6, 1, 3, 8, 9, 6, 6, 6, 7, 6, 6, 7, 3, 9, 3, 3, 1, 3, 0, 3, 1, 0, 3, 6, 6, 3, 7, 0, 3, 1, 4, 6, 9, 4, 6, 0, 0, 0, 0, 4, 1, 4, 1, 7, 9, 1, 7, 7, 4, 7, 3, 7, 5, 6, 8, 6, 1, 9, 7, 7, 7, 0, 6, 2, 5, 9, 9, 6, 5, 1, 7, 9, 5, 8, 1, 9, 5, 0, 3, 3, 9, 2, 1, 6, 3
(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.526360524616161389666766739331303103663703146946000041417917747375686... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 20 2009]
|
|
|
MATHEMATICA
| RealDigits[Log[34], 10, 120][[1]] (* From Harvey P. Dale, Jul 25 2011 *)
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=log(34); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016657.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 20 2009]
|
|
|
CROSSREFS
| Cf. A016462 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 20 2009]
Sequence in context: A086387 A073264 A198099 * A010782 A139584 A064790
Adjacent sequences: A016654 A016655 A016656 * A016658 A016659 A016660
|
|
|
KEYWORD
| nonn,cons
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|