|
| |
|
|
A016503
|
|
Continued fraction for ln(75).
|
|
2
| |
|
|
4, 3, 6, 1, 2, 8, 1, 2, 1, 1, 23, 1, 28, 7, 1, 55, 1, 5, 2, 2, 1, 45, 1, 2, 2, 6, 1, 7, 2, 2, 1, 5, 46, 1, 53, 2, 2, 12, 3, 2, 30, 1, 1, 1, 1, 2, 1, 6, 3, 8, 2, 2, 1, 5, 3, 1, 1, 31, 3, 1, 441, 3, 3, 1, 2, 1, 3, 2, 1, 1, 4, 2, 1, 4, 53
(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.317488113536310440596763903... = 4 + 1/(3 + 1/(6 + 1/(1 + 1/(2 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 24 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(75)); for (n=1, 20000, write("b016503.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 24 2009]
|
|
|
CROSSREFS
| Cf. A016698 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 24 2009]
Sequence in context: A124451 A140391 A019322 * A010653 A153200 A179103
Adjacent sequences: A016500 A016501 A016502 * A016504 A016505 A016506
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|