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!)
A020388 Numbers k such that the continued fraction for sqrt(k) has period 49. 0

%I #12 Jul 11 2021 07:23:54

%S 1021,1597,2617,2746,2861,3041,3881,4049,6469,6737,8497,9677,9970,

%T 10049,10181,11114,12829,12973,14426,14842,15145,16141,16277,18265,

%U 19357,19385,20605,21002,22738,24842,26002,26489,26938,27733,28922,29362,29789,30025

%N Numbers k such that the continued fraction for sqrt(k) has period 49.

%t cf49Q[n_]:=Module[{s=Sqrt[n]},If[IntegerQ[s],1,Length[ ContinuedFraction[ s] [[2]]]]==49]; Select[Range[31000],cf49Q] (* _Harvey P. Dale_, Mar 31 2018 *)

%K nonn

%O 1,1

%A _David W. Wilson_

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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)