Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #16 Dec 30 2023 18:35:06
%S 19,19,38,19,38,19,38,19,38,19,38,19,38,19,38,19,38,19,38,19,38,19,38,
%T 19,38,19,38,19,38,19,38,19,38,19,38,19,38,19,38,19,38,19,38,19,38,19,
%U 38,19,38,19,38,19,38,19,38,19,38,19,38,19,38,19,38
%N Continued fraction for sqrt(363).
%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(363)),confrac);
%t Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[363],80]] (* or *) PadRight[{19},80,{38,19}] (* _Harvey P. Dale_, Dec 30 2023 *)
%K nonn,cofr,easy
%O 0,1
%A _N. J. A. Sloane_.