OFFSET
0,4
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..20000
EXAMPLE
0.5671481302020177146468468755... = 0 + 1/(1 + 1/(1 + 1/(3 + 1/(4 + ...)))).
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(solve(x=.5, .6, 127^x-113^x-1)); for (n=0, 20000, write("b159672.txt", n, " ", x[n+1])); }
CROSSREFS
KEYWORD
nonn
AUTHOR
Harry J. Smith, Apr 19 2009
EXTENSIONS
Edited by N. J. A. Sloane, Dec 16 2013
STATUS
approved