|
| |
|
|
A016480
|
|
Continued fraction for ln(52).
|
|
2
| |
|
|
3, 1, 19, 1, 1, 24, 15, 1, 3, 1, 12, 1, 7, 2, 5, 1, 6, 1, 3, 6, 1, 31, 1, 7, 39, 3, 2, 1, 1, 3, 8, 2, 1, 1, 1, 1, 8, 1, 6, 4, 2, 7, 1, 4, 1, 8, 7, 1, 1, 2, 39, 1, 7, 2, 1, 2, 6, 5, 2, 2, 20, 2, 1, 13, 2, 1, 1, 10, 4, 2, 2, 1, 2, 7, 5, 4, 1, 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
| 3.95124371858142735488795168... = 3 + 1/(1 + 1/(19 + 1/(1 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(52)); for (n=1, 20000, write("b016480.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
|
|
|
CROSSREFS
| Cf. A016675 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
Sequence in context: A068141 A051238 A120984 * A086156 A188109 A147076
Adjacent sequences: A016477 A016478 A016479 * A016481 A016482 A016483
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|