login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Continued fraction for sqrt(600).
1

%I #17 Dec 27 2023 01:34:22

%S 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 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 48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48,2,48

%N Continued fraction for sqrt(600).

%H <a href="/index/Con#confC">Index entries for continued fractions for constants</a>

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0, 1).

%p with(numtheory): Digits := 300: convert(evalf(sqrt(600)),confrac);

%t Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[600],120]] (* or *) PadRight[{24},120,{48,2}] (* _Harvey P. Dale_, Nov 24 2018 *)

%K nonn,cofr,easy,less

%O 0,1

%A _N. J. A. Sloane_.