login
Continued fraction for sqrt(944).
1

%I #17 Dec 26 2023 07:43:05

%S 30,1,2,1,1,1,2,2,3,2,2,1,1,1,2,1,60,1,2,1,1,1,2,2,3,2,2,1,1,1,2,1,60,

%T 1,2,1,1,1,2,2,3,2,2,1,1,1,2,1,60,1,2,1,1,1,2,2,3,2,2,1,1,1,2,1,60,1,

%U 2,1,1,1,2,2,3,2,2,1,1,1,2,1,60,1,2,1,1,1,2,2,3,2

%N Continued fraction for sqrt(944).

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

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

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

%t ContinuedFraction[Sqrt[944],100] (* or *) PadRight[{30},120,{60,1,2,1,1,1,2,2,3,2,2,1,1,1,2,1}] (* _Harvey P. Dale_, Apr 04 2021 *)

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_.