login
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
OFFSET
1,1
LINKS
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])); } \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016676 Decimal expansion. - Harry J. Smith, May 22 2009
Sequence in context: A354096 A270086 A141411 * A303818 A047815 A095844
KEYWORD
nonn,cofr
STATUS
approved