|
| |
|
|
A016556
|
|
Continued fraction for ln(57/2).
|
|
2
| |
|
|
3, 2, 1, 6, 25, 1, 10, 1, 4, 2, 2, 3, 1, 1, 2, 2, 1, 40, 1, 2, 3, 1, 1, 2, 1, 1, 1, 4, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 5, 1, 1, 4, 1, 73, 1, 6, 1, 6, 2, 1, 11, 1, 13, 74, 1, 1, 14, 1, 5, 67, 1, 52, 1, 2, 1, 2, 3, 2, 3, 1, 2, 1, 1, 1, 11
(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.34990408727460484198704054... = 3 + 1/(2 + 1/(1 + 1/(6 + 1/(25 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 28 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(57/2)); for (n=1, 20000, write("b016556.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 28 2009]
|
|
|
CROSSREFS
| Cf. A016605 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 28 2009]
Sequence in context: A200536 A164645 A115755 * A067050 A001355 A105531
Adjacent sequences: A016553 A016554 A016555 * A016557 A016558 A016559
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|