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 A085826 #10 Aug 07 2024 10:15:06 %S A085826 2,1,1,6,2,3,1,1,1,1,2,2,1,2,1,2,2,1,2,5,5,2,17,1,1,8,1,7,2,3,2,1,6,2, %T A085826 3,7,1,61,1,4,3,2,1,1,1,5,1,27,1,2,1,1,3,1,8,1,2,4,5,1,7,12,2,2,1,3,1, %U A085826 2,4,6,3,4,1,2,1,1,2,4,3,1,10,3,11,3,5,12,1,1,1,4,1,2,8,49,1,1,1,1,1,126,1 %N A085826 Continued fraction expansion of number defined in A085825. %H A085826 Mark A. Herkommer, <a href="http://www.herkommer.org/misc/herk_num.htm">The Incredible Herkommer Number</a> %H A085826 Mark A. Herkommer, <a href="http://www.herkommer.org/misc/contfrac.htm">Continued Fractions</a>. %t A085826 s = 0; Do[s = Prime[2n]/(Prime[2n + 1] + s), {n, 500, 1, -1}]; ContinuedFraction[2 + s, 102] %Y A085826 Cf. A085825 (decimal expansion). %K A085826 cofr,nonn %O A085826 0,1 %A A085826 _Robert G. Wilson v_, Jul 06 2003 %E A085826 Offset changed by _Andrew Howroyd_, Aug 07 2024