The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A040422 Continued fraction for sqrt(444). 1

%I #19 Dec 27 2023 01:41:35

%S 21,14,42,14,42,14,42,14,42,14,42,14,42,14,42,14,42,14,42,14,42,14,42,

%T 14,42,14,42,14,42,14,42,14,42,14,42,14,42,14,42,14,42,14,42,14,42,14,

%U 42,14,42,14,42,14,42,14,42,14,42,14,42,14,42,14,42

%N Continued fraction for sqrt(444).

%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).

%F a(n) = a(n-2). - _Wesley Ivan Hurt_, Jun 07 2021

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

%t Block[{$MaxExtraPrecision=1000},ContinuedFraction[Sqrt[444],100]] (* or *) PadRight[{21},100,{42,14}] (* _Harvey P. Dale_, Jul 11 2014 *)

%K nonn,cofr,easy,less

%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 May 14 09:29 EDT 2024. Contains 372532 sequences. (Running on oeis4.)