login
Continued fraction for sqrt(733).
2

%I #16 Dec 27 2023 01:03:27

%S 27,13,1,1,13,54,13,1,1,13,54,13,1,1,13,54,13,1,1,13,54,13,1,1,13,54,

%T 13,1,1,13,54,13,1,1,13,54,13,1,1,13,54,13,1,1,13,54,13,1,1,13,54,13,

%U 1,1,13,54,13,1,1,13,54,13,1,1,13,54,13,1,1,13,54,13

%N Continued fraction for sqrt(733).

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

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

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

%t ContinuedFraction[Sqrt[733],120] (* or *) PadRight[{27},120,{54,13,1,1,13}] (* _Harvey P. Dale_, Apr 18 2021 *)

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_.