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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A040219 Continued fraction for sqrt(235). 2

%I #16 Dec 27 2023 00:53:43

%S 15,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,

%T 3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,

%U 30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30,3,30

%N Continued fraction for sqrt(235).

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

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

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

%t Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[235],120]] (* or *) PadRight[{15},120,{30,3}] (* _Harvey P. Dale_, Aug 25 2017 *)

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)