Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #12 Sep 15 2024 14:09:24
%S 22,8,1,4,1,1,1,3,2,1,2,14,2,1,2,3,1,1,1,4,1,8,44,8,1,4,1,1,1,3,2,1,2,
%T 14,2,1,2,3,1,1,1,4,1,8,44,8,1,4,1,1,1,3,2,1,2,14,2,1,2,3,1,1,1,4,1,8,
%U 44,8,1,4,1,1,1,3,2,1,2,14,2,1,2,3,1,1,1,4,1,8,44,8
%N Continued fraction for sqrt(489).
%H <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H <a href="/index/Rec#order_22">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
%p with(numtheory): Digits := 300: convert(evalf(sqrt(489)),confrac);
%t ContinuedFraction[Sqrt[489],120] (* or *) PadRight[{22},120,{44,8,1,4,1,1,1,3,2,1,2,14,2,1,2,3,1,1,1,4,1,8}] (* _Harvey P. Dale_, Sep 15 2024 *)
%K nonn,cofr,easy,less
%O 0,1
%A _N. J. A. Sloane_.