Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%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_.