|
| |
|
|
A016527
|
|
Continued fraction for ln(99).
|
|
2
| |
|
|
4, 1, 1, 2, 7, 1, 3, 1, 10, 1, 1, 7, 1, 3, 1, 3, 1, 71, 2, 1, 1, 1, 4, 1, 3, 173, 1, 3, 6, 3, 2, 7, 2, 2, 30, 5, 2, 2, 1, 1, 11, 4, 7, 1, 6, 2, 1, 1, 4, 4, 1, 3, 4, 17, 2, 2, 25, 6, 2, 2, 1, 1, 1, 1, 13, 1, 3, 2, 10, 2, 3, 3, 117, 2, 7, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,20000
|
|
|
EXAMPLE
| 4.595119850134589926852434051... = 4 + 1/(1 + 1/(1 + 1/(2 + 1/(7 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 25 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(99)); for (n=1, 20000, write("b016527.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 25 2009]
|
|
|
CROSSREFS
| Cf. A016722 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 25 2009]
Sequence in context: A096103 A204456 A143441 * A010325 A111311 A016524
Adjacent sequences: A016524 A016525 A016526 * A016528 A016529 A016530
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|