cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A038631 Continued fraction expansion of Sum_{k>=1} 1/(2^k - 1).

This page as a plain text file.
%I A038631 #20 Apr 18 2025 22:28:14
%S A038631 1,1,1,1,1,5,2,1,2,29,4,1,2,2,2,2,6,1,7,1,6,1,2,1,1,1,1,1,417,1,8,2,1,
%T A038631 37,1,1,1,8,1,3,1,4,2,2,5,1,3,1,2,1,1,2,2,1,10,1,1,16,1,1,1,2,3,3,1,9,
%U A038631 3,2,1,6,7,2,7,20,1,2,2,2,2,2,10,1,2,2,3,1,2,63,1,5,1,4,2,20,18,2,1,2
%N A038631 Continued fraction expansion of Sum_{k>=1} 1/(2^k - 1).
%H A038631 Harry J. Smith, <a href="/A038631/b038631.txt">Table of n, a(n) for n = 0..1999</a>
%e A038631 1.60669515241529176378... = 1 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + 1/(5 + ...))))). - _Harry J. Smith_, Oct 19 2009
%o A038631 (PARI) { allocatemem(932245000); default(realprecision, 2400); x=contfrac(x=suminf(k=1, 1/(2^k - 1))); for (n=1, 2000, write("b038631.txt", n-1, " ", x[n])) } \\ _Harry J. Smith_, Oct 19 2009
%Y A038631 Cf. A065442 (decimal expansion).
%K A038631 nonn,cofr
%O A038631 0,6
%A A038631 _Randall L Rathbun_, Jan 16 2002
%E A038631 Offset changed by _Andrew Howroyd_, Aug 03 2024