login

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

Continued fraction for sqrt(182).
1

%I #24 Dec 27 2023 01:10:10

%S 13,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,

%T 2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,26,2,

%U 26,2,26,2,26,2,26,2,26,2,26,2

%N Continued fraction for sqrt(182).

%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[182],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 26 2011 *)

%t PadRight[{13},120,{26,2}] (* _Harvey P. Dale_, Sep 23 2020 *)

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_