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.
%I A048652 #17 Apr 18 2019 17:37:06 %S A048652 0,3,2,6,4,1,2,1,9,2,1,2,3,2,3,5,1,2,1,1,6,1,2,5,79,6,4,5,1,1,1,1,12, %T A048652 1,1,2,5,1,659,2,17,1,5,2,3,2,6,1,1,2,3,1,2,6,1,1,3,11,1,1,2,1,1,2,4, %U A048652 11,2,1,3,4,2,2,1,3,1,71,1,1,1,19,1,4,1,1,8,1,49,3,1,2,2,11,1,11,10,1,2,1,1 %N A048652 Continued fraction for Product_{k >= 1} (1-1/2^k) (Cf. A048651). %C A048652 Continued fraction expansion of the constant Product{k>=1} (1-1/2^k)^(-1) = 3.46274661945506361... (A065446) gives essentially the same sequence. %D A048652 Steven R. Finch, Mathematical Constants, Cambridge, 2003, pp. 354-361. %H A048652 Harry J. Smith, <a href="/A048652/b048652.txt">Table of n, a(n) for n = 0..20000</a> %H A048652 Steven R. Finch, <a href="http://www.people.fas.harvard.edu/~sfinch/constant/cntfrc/mnkwsk.html">Minkowski's Question Mark Function</a> [Broken link] %H A048652 Steven R. Finch, <a href="http://web.archive.org/web/20010208143502/http://www.mathsoft.com/asolve/constant/cntfrc/mnkwsk.html">Minkowski's Question Mark Function</a> [From the Wayback machine] %H A048652 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a> %H A048652 <a href="/index/Con#confC">Index entries for continued fractions for constants</a> %e A048652 0.2887880950866024212788997219294585937270... %e A048652 0.288788095086602421278899721... = 0 + 1/(3 + 1/(2 + 1/(6 + 1/(4 + ...)))). - _Harry J. Smith_, May 02 2009 %t A048652 ContinuedFraction[ N[ Product[ 1/(1 - 1/2^k), {k, 1, Infinity} ], 500 ], 49] %o A048652 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=prodinf(k=1, -1/2^k, 1); z=contfrac(x); for (n=1, 20001, write("b048652.txt", n-1, " ", z[n])); } \\ _Harry J. Smith_, May 07 2009 %Y A048652 Cf. A005329, A048651, A065446. %K A048652 nonn,cofr %O A048652 0,2 %A A048652 _N. J. A. Sloane_ %E A048652 Corrected by _Harry J. Smith_, May 02 2009 %E A048652 Deleted old PARI program. - _Harry J. Smith_, May 20 2009