Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #17 Dec 27 2023 00:44:37
%S 23,9,4,1,1,22,1,1,4,9,46,9,4,1,1,22,1,1,4,9,46,9,4,1,1,22,1,1,4,9,46,
%T 9,4,1,1,22,1,1,4,9,46,9,4,1,1,22,1,1,4,9,46,9,4,1,1,22,1,1,4,9,46,9,
%U 4,1,1,22,1,1,4,9,46,9,4,1,1,22,1,1,4,9,46,9,4,1,1
%N Continued fraction for sqrt(534).
%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(534)),confrac);
%t ContinuedFraction[Sqrt[534],120] (* or *) PadRight[{23},120,{46,9,4,1,1,22,1,1,4,9}] (* _Harvey P. Dale_, Apr 05 2019 *)
%K nonn,cofr,easy,less
%O 0,1
%A _N. J. A. Sloane_.