|
| |
|
|
A016634
|
|
Decimal expansion of ln(11).
|
|
2
| |
|
|
2, 3, 9, 7, 8, 9, 5, 2, 7, 2, 7, 9, 8, 3, 7, 0, 5, 4, 4, 0, 6, 1, 9, 4, 3, 5, 7, 7, 9, 6, 5, 1, 2, 9, 2, 9, 9, 8, 2, 1, 7, 0, 6, 8, 5, 3, 9, 3, 7, 4, 1, 7, 1, 7, 5, 2, 1, 8, 5, 6, 7, 7, 0, 9, 1, 3, 0, 5, 7, 3, 6, 2, 3, 9, 1, 3, 2, 3, 6, 7, 1, 3, 0, 7, 5, 0, 5, 4, 7, 0, 8, 0, 0, 2, 6, 3, 4, 7, 9
(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
| A016634 2.397895272798370544061943577965129299821706853937417175218567709130573... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=log(11); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016634.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
|
|
|
CROSSREFS
| Cf. A016739 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
Sequence in context: A108694 A199858 A199963 * A171054 A205860 A021421
Adjacent sequences: A016631 A016632 A016633 * A016635 A016636 A016637
|
|
|
KEYWORD
| nonn,cons
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| Fixed my PARI program, had -n Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 19 2009
|
| |
|
|