|
| |
|
|
A016508
|
|
Continued fraction for ln(80).
|
|
2
| |
|
|
4, 2, 1, 1, 1, 1, 1, 1, 2, 29, 1, 17, 2, 1, 1, 1, 3, 2, 1, 27, 1, 10, 1, 3, 1, 2, 3, 5, 5, 1, 3, 2, 3, 4, 1, 22, 5, 1, 1, 2, 2, 2, 1, 2, 7, 4, 9, 1, 2, 2, 12, 9, 3, 1, 8, 1, 11, 4, 1, 196, 1, 2, 2, 3, 2, 5, 1, 4, 2, 1, 17, 1, 5, 1, 2, 4
(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.382026634673881612269687819... = 4 + 1/(2 + 1/(1 + 1/(1 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 24 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(80)); for (n=1, 20000, write("b016508.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 24 2009]
|
|
|
CROSSREFS
| Cf. A016703 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 24 2009]
Sequence in context: A110324 A113092 A033324 * A010312 A068930 A204815
Adjacent sequences: A016505 A016506 A016507 * A016509 A016510 A016511
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|