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 A154744 #4 Dec 09 2016 13:36:24 %S A154744 0,2,1,6,1,3,32,18,3,8,1,2,2,2,8,5,2,1,3,2,1,14,2,1,2,190,1,2,9,1,1,1, %T A154744 2,4,1,1,2,5,1,1,1,1,2,2,3,1,30,1,1,5,4,6,1,3,8,3,4,6,3,1,1,1,1,7,1, %U A154744 68,20,1,3,1,2,1,1,2,1,15,2,2,4,2,1,2,23,7 %N A154744 Continued fraction for 2^(1/4) - 2^(-1/4), the ordinate of the point of bisection of the arc of the unit lemniscate (x^2 + y^2)^2 = x^2 - y^2 in the first quadrant. %e A154744 2^{1/4} - 2^{-1/4} = 0.348310699749006523686374494327... = [0; 2, 1, 6, 1, 3, 32, 18, 3, 8, 1, 2, 2, ...]. %t A154744 nmax = 1000; ContinuedFraction[ 2^(1/4) - 2^(-1/4), nmax + 1] %Y A154744 Cf. A154743, A154745 and A154746 for the decimal expansion and the numerators and denominators of the convergents. %K A154744 nonn,cofr,easy %O A154744 0,2 %A A154744 _Stuart Clary_, Jan 14 2009