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.

A040575 Continued fraction for sqrt(600).

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