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.

A040577 Continued fraction for sqrt(602).

This page as a plain text file.
%I A040577 #19 Jul 08 2025 23:30:33
%S A040577 24,1,1,6,1,1,48,1,1,6,1,1,48,1,1,6,1,1,48,1,1,6,1,1,48,1,1,6,1,1,48,
%T A040577 1,1,6,1,1,48,1,1,6,1,1,48,1,1,6,1,1,48,1,1,6,1,1,48,1,1,6,1,1,48,1,1,
%U A040577 6,1,1,48,1,1,6,1,1,48,1,1,6,1,1,48,1,1,6,1,1,48,1,1
%N A040577 Continued fraction for sqrt(602).
%H A040577 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H A040577 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 1).
%p A040577 with(numtheory): Digits := 300: convert(evalf(sqrt(602)),confrac);
%t A040577 ContinuedFraction[Sqrt[602],100] (* or *) PadRight[{24},100,{48,1,1,6,1,1}] (* _Harvey P. Dale_, Mar 26 2015 *)
%K A040577 nonn,cofr,easy,less
%O A040577 0,1
%A A040577 _N. J. A. Sloane_