login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Continued fraction for sqrt(300).
1

%I #16 Dec 27 2023 01:36:16

%S 17,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,

%T 8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,

%U 34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3

%N Continued fraction for sqrt(300).

%H <a href="/index/Con#confC">Index entries for continued fractions for constants</a>

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 1).

%p with(numtheory): Digits := 300: convert(evalf(sqrt(300)),confrac);

%t ContinuedFraction[Sqrt[300],120] (* or *) PadRight[{17},120,{34,3,8,3}] (* _Harvey P. Dale_, Mar 05 2019 *)

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 20 02:41 EDT 2024. Contains 376016 sequences. (Running on oeis4.)