Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #17 Dec 27 2023 00:55:09
%S 24,2,1,2,5,24,5,2,1,2,48,2,1,2,5,24,5,2,1,2,48,2,1,2,5,24,5,2,1,2,48,
%T 2,1,2,5,24,5,2,1,2,48,2,1,2,5,24,5,2,1,2,48,2,1,2,5,24,5,2,1,2,48,2,
%U 1,2,5,24,5,2,1,2,48,2,1,2,5,24,5,2,1,2,48,2,1,2,5
%N Continued fraction for sqrt(594).
%H <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
%p with(numtheory): Digits := 300: convert(evalf(sqrt(594)),confrac);
%t ContinuedFraction[Sqrt[594],100] (* or *) PadRight[{24},100,{48,2,1,2,5,24,5,2,1,2}] (* _Harvey P. Dale_, Sep 27 2019 *)
%K nonn,cofr,easy,less
%O 0,1
%A _N. J. A. Sloane_.