login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Continued fraction for sqrt(132).
1

%I #19 Dec 27 2023 01:09:27

%S 11,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,

%T 2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,

%U 22,2,22,2,22,2,22,2,22,2,22,2

%N Continued fraction for sqrt(132).

%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 Digits := 100: convert(evalf(sqrt(N)),confrac,90,'cvgts'):

%t ContinuedFraction[Sqrt[132],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 12 2011*)

%t PadRight[{11},120,{22,2}] (* _Harvey P. Dale_, Aug 08 2019 *)

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_.