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!)
A031779 Period of continued fraction for sqrt(n) contains exactly 11 ones. 1

%I #8 Nov 21 2013 12:46:30

%S 1075,1675,2183,2623,2783,2871,3075,3224,3256,3551,3915,4675,5656,

%T 6808,6815,7599,7663,7987,8299,8399,8695,8995,9271,10672,10855,11395,

%U 11403,11919,12728,13407,14608,14672,15023,15568,15640,15768,16119,16856,17043

%N Period of continued fraction for sqrt(n) contains exactly 11 ones.

%t oQ[n_]:=Module[{sqn=Sqrt[n]},!IntegerQ[sqn]&&Count[ ContinuedFraction[ sqn][[2]],1]==11]; Select[Range[20000],oQ] (* _Harvey P. Dale_, Nov 10 2011 *)

%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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)