Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #17 Dec 26 2023 07:46:32
%S 29,2,1,1,5,1,13,1,5,1,1,2,58,2,1,1,5,1,13,1,5,1,1,2,58,2,1,1,5,1,13,
%T 1,5,1,1,2,58,2,1,1,5,1,13,1,5,1,1,2,58,2,1,1,5,1,13,1,5,1,1,2,58,2,1,
%U 1,5,1,13,1,5,1,1,2,58,2,1,1,5,1,13,1,5,1,1,2,58,2,1
%N Continued fraction for sqrt(864).
%H <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H <a href="/index/Rec#order_12">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
%p with(numtheory): Digits := 300: convert(evalf(sqrt(864)),confrac);
%t ContinuedFraction[Sqrt[864],90] (* _Harvey P. Dale_, Nov 01 2011 *)
%K nonn,cofr,easy
%O 0,1
%A _N. J. A. Sloane_.