|
| |
|
|
A016735
|
|
Continued fraction for ln(7).
|
|
2
| |
|
|
1, 1, 17, 2, 19, 1, 11, 2, 1, 1, 1, 9, 1, 3, 8, 2, 1, 4, 2, 1, 1, 1, 1, 3, 2, 2, 1, 5, 1, 1, 3, 3, 1, 2, 2, 1, 1, 2, 3, 1, 1, 2, 5, 1, 5, 1, 1, 2, 7, 2, 3, 23, 1, 2, 1, 1, 2, 4, 2, 1, 1, 1, 3, 1, 1, 2, 20, 12, 3, 2, 1, 1, 1, 1, 1, 1, 12, 2, 2
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,20000
G. Xiao, Contfrac
|
|
|
EXAMPLE
| 1.9459101490553133051053527... = 1 + 1/(1 + 1/(17 + 1/(2 + 1/(19 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(7)); for (n=1, 20000, write("b016735.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
|
|
|
CROSSREFS
| Cf. A016630 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
Sequence in context: A040286 A051311 A040287 * A034059 A040288 A036171
Adjacent sequences: A016732 A016733 A016734 * A016736 A016737 A016738
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|