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!)
A031842 Period of continued fraction for sqrt(n) contains exactly 74 ones. 0

%I

%S 6484,6679,9349,9556,9601,9781,9961,10711,11341,11686,12853,14939,

%T 15391,15913,16063,16561,16804,17419,17809,18127,18427,18489,18628,

%U 19273,19681,20143,20653,21011,21989,22027,23143,23299,23509,23731,23812,23887,24613

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

%t cf74Q[n_]:=Module[{s=Sqrt[n],t},t=If[IntegerQ[s],1,Count[ ContinuedFraction[ s][[2]],1]];t==74]; Select[Range[25000],cf74Q] (* _Harvey P. Dale_, May 26 2015 *)

%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 March 24 08:26 EDT 2023. Contains 361455 sequences. (Running on oeis4.)