|
| |
|
|
A016550
|
|
Continued fraction for ln(45/2).
|
|
2
| |
|
|
3, 8, 1, 4, 4, 16, 29, 1, 5, 2, 1, 54, 1, 18, 1, 1, 3, 16, 3, 1, 1, 1, 1, 24, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 5, 8, 1, 2, 3, 7, 3, 1, 1, 12, 1, 2, 5, 1, 1, 3, 1, 4, 23, 186, 110, 20, 1, 7, 2, 121, 1, 5, 1, 1, 8, 1, 1, 1, 1, 1, 1, 5, 5, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,20000
G. Xiao, Contfrac
|
|
|
EXAMPLE
| 3.113515309210374447974017685... = 3 + 1/(8 + 1/(1 + 1/(4 + 1/(4 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 27 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(45/2)); for (n=1, 20000, write("b016550.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 27 2009]
|
|
|
CROSSREFS
| Cf. A016599 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 27 2009]
Sequence in context: A021728 A084185 A073227 * A086245 A021266 A054399
Adjacent sequences: A016547 A016548 A016549 * A016551 A016552 A016553
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|