A159672 Continued fraction expansion of A038458.
0, 1, 1, 3, 4, 2, 13, 2, 3, 4, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 3, 1, 90, 4, 52, 5, 1, 3, 1, 1, 2, 1, 12, 2, 1, 1, 2, 2, 2, 1, 1, 3, 10, 75, 15, 1, 2, 2, 3, 1, 1, 2, 1, 1, 1, 9, 4, 9, 1, 1, 1, 3, 3, 1, 1, 1, 2, 1, 1, 1, 3, 3, 1, 3, 4, 2, 4, 7, 1, 78, 1, 1, 1, 1, 1, 44, 1, 2, 1, 9, 37, 1, 2, 1, 10, 8, 1, 14
Offset: 0
Keywords
Examples
0.5671481302020177146468468755... = 0 + 1/(1 + 1/(1 + 1/(3 + 1/(4 + ...)))).
Links
- Harry J. Smith, Table of n, a(n) for n = 0..20000
Programs
-
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])); }
Extensions
Edited by N. J. A. Sloane, Dec 16 2013
Comments