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 #34 Dec 27 2023 00:17:03
%S 10,1,4,2,4,1,20,1,4,2,4,1,20,1,4,2,4,1,20,1,4,2,4,1,20,1,4,2,4,1,20,
%T 1,4,2,4,1,20,1,4,2,4,1,20,1,4,2,4,1,20,1,4,2,4,1,20,1,4,2,4,1,20,1,4,
%U 2,4,1,20,1,4,2,4,1,20,1,4
%N Continued fraction for sqrt(117).
%H Vincenzo Librandi, <a href="/A010182/b010182.txt">Table of n, a(n) for n = 0..1000</a>
%H G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>
%H <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%H <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,1).
%t ContinuedFraction[Sqrt[117],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 11 2011 *)
%t PadRight[{10},120,{20,1,4,2,4,1}] (* _Harvey P. Dale_, Oct 05 2014 *)
%Y Cf. A041212/A041213 (convergents).
%K nonn,cofr,easy
%O 0,1
%A _N. J. A. Sloane_