login
Continued fraction for sqrt(292).
2

%I #16 Dec 27 2023 00:31:14

%S 17,11,2,1,3,8,3,1,2,11,34,11,2,1,3,8,3,1,2,11,34,11,2,1,3,8,3,1,2,11,

%T 34,11,2,1,3,8,3,1,2,11,34,11,2,1,3,8,3,1,2,11,34,11,2,1,3,8,3,1,2,11,

%U 34,11,2,1,3,8,3,1,2,11,34,11,2,1,3,8,3,1,2,11,34

%N Continued fraction for sqrt(292).

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

%t ContinuedFraction[Sqrt[292],120] (* or *) PadRight[{17},120,{34,11,2,1,3,8,3,1,2,11}] (* _Harvey P. Dale_, Feb 27 2017 *)

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_.