login
Continued fraction for sqrt(760).
2

%I #25 Jan 20 2024 15:35:27

%S 27,1,1,3,5,1,5,3,1,1,54,1,1,3,5,1,5,3,1,1,54,1,1,3,5,1,5,3,1,1,54,1,

%T 1,3,5,1,5,3,1,1,54,1,1,3,5,1,5,3,1,1,54,1,1,3,5,1,5,3,1,1,54,1,1,3,5,

%U 1,5,3,1,1,54,1,1,3,5,1,5,3,1,1,54,1,1,3,5,1,5,3,1,1

%N Continued fraction for sqrt(760).

%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).

%F a(n+10) = a(n), n>0. - _Wesley Ivan Hurt_, Jan 20 2024

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

%t ContinuedFraction[Sqrt[760],120] (* _Harvey P. Dale_, Jun 15 2011 *)

%t PadRight[{27},120,{54,1,1,3,5,1,5,3,1,1}] (* _Harvey P. Dale_, Sep 12 2017 *)

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_