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 A040879 #18 Jul 09 2025 00:00:17 %S A040879 30,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60, %T A040879 6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6, %U A040879 60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60,6,60 %N A040879 Continued fraction for sqrt(910). %H A040879 <a href="/index/Con#confC">Index entries for continued fractions for constants</a> %H A040879 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0, 1). %p A040879 with(numtheory): Digits := 300: convert(evalf(sqrt(910)),confrac); %t A040879 Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[910],100]] (* or *) PadRight[{30},100,{60,6}] (* _Harvey P. Dale_, Mar 05 2019 *) %K A040879 nonn,cofr,easy %O A040879 0,1 %A A040879 _N. J. A. Sloane_