OFFSET
1,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..20000
EXAMPLE
0.3010299956... = 0 + 1/(3 + 1/(3 + 1/(9 + 1/(2 + ...)))).
MATHEMATICA
ContinuedFraction[Log[2, 10], 80] (* Harvey P. Dale, Apr 17 2012 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(2)/log(10)); for (n=1, 20000, write("b028232.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Apr 15 2009
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
EXTENSIONS
Added an allocatemem statement to my PARI program. - Harry J. Smith, Apr 18 2009
STATUS
approved