login
Continued fraction for sqrt(326).
1

%I #16 Dec 27 2023 01:35:08

%S 18,18,36,18,36,18,36,18,36,18,36,18,36,18,36,18,36,18,36,18,36,18,36,

%T 18,36,18,36,18,36,18,36,18,36,18,36,18,36,18,36,18,36,18,36,18,36,18,

%U 36,18,36,18,36,18,36,18,36,18,36,18,36,18,36,18,36

%N Continued fraction for sqrt(326).

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

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

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

%t Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[326],100]] (* or *) PadRight[{18},100,{36,18}] (* _Harvey P. Dale_, Dec 14 2021 *)

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_.