|
| |
|
|
A016481
|
|
Continued fraction for log(53).
|
|
2
|
|
|
|
3, 1, 32, 1, 1, 1, 18, 2, 97, 2, 1, 1, 1, 28, 2, 2, 1, 331, 6, 1, 1, 1, 7, 2, 1, 1, 1, 3, 2, 1, 15, 1, 1, 1, 2, 1, 2, 7, 2, 1, 2, 7, 9, 2, 15, 1, 1, 1, 1, 3, 1, 26, 6, 1, 1, 2, 2, 6, 25, 1, 1, 14, 31, 1, 5, 11, 4, 2, 1, 2, 2, 1, 2, 6, 3
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,20000
|
|
|
EXAMPLE
|
3.97029191355212183414446913... = 3 + 1/(1 + 1/(32 + 1/(1 + 1/(1 + ...))))
|
|
|
MATHEMATICA
|
ContinuedFraction[Log[53], 75] (* Alonso del Arte, Oct 29 2012 *)
|
|
|
PROG
|
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(53)); for (n=1, 20000, write("b016481.txt", n, " ", x[n])); } \\ From Harry J. Smith, May 22 2009
|
|
|
CROSSREFS
|
Cf. A016676 Decimal expansion. [From Harry J. Smith, May 22 2009]
Sequence in context: A120066 A046979 A141411 * A047815 A095844 A113110
Adjacent sequences: A016478 A016479 A016480 * A016482 A016483 A016484
|
|
|
KEYWORD
|
nonn,cofr
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|