login
Continued fraction for sqrt(830).
2

%I #17 Dec 26 2023 08:06:18

%S 28,1,4,3,1,10,1,3,4,1,56,1,4,3,1,10,1,3,4,1,56,1,4,3,1,10,1,3,4,1,56,

%T 1,4,3,1,10,1,3,4,1,56,1,4,3,1,10,1,3,4,1,56,1,4,3,1,10,1,3,4,1,56,1,

%U 4,3,1,10,1,3,4,1,56,1,4,3,1,10,1,3,4,1,56,1,4,3,1

%N Continued fraction for sqrt(830).

%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(830)),confrac);

%t ContinuedFraction[Sqrt[830],120] (* or *) PadRight[{28},120,{56,1,4,3,1,10,1,3,4,1}] (* _Harvey P. Dale_, Apr 11 2018 *)

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_.