login
Continued fraction for sqrt(737).
0

%I #19 Dec 27 2023 00:07:23

%S 27,6,1,3,3,7,2,4,2,7,3,3,1,6,54,6,1,3,3,7,2,4,2,7,3,3,1,6,54,6,1,3,3,

%T 7,2,4,2,7,3,3,1,6,54,6,1,3,3,7,2,4,2,7,3,3,1,6,54,6,1,3,3,7,2,4,2,7,

%U 3,3,1,6,54,6,1,3,3,7,2,4,2,7,3,3,1,6,54,6,1,3,3,7

%N Continued fraction for sqrt(737).

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

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

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

%t ContinuedFraction[Sqrt[737],100] (* or *) PadRight[{27},100,{54,6,1,3,3,7,2,4,2,7,3,3,1,6}] (* _Harvey P. Dale_, Feb 17 2023 *)

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_.