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!)
A031759 Numbers k such that the least term in the periodic part of the continued fraction for sqrt(k) is 81. 1

%I #13 Jul 16 2021 02:44:57

%S 6563,26248,59055,104984,164035,236208,321503,419920,531459,656120,

%T 793903,944808,1108835,1285984,1476255,1679648,1896163,2125800,

%U 2368559,2624440,2893443,3175568,3470815,3779184,4100675,4435288,4783023,5143880

%N Numbers k such that the least term in the periodic part of the continued fraction for sqrt(k) is 81.

%H Charles R Greathouse IV, <a href="/A031759/b031759.txt">Table of n, a(n) for n = 1..10000</a>

%t cf81Q[n_]:=Module[{s=Sqrt[n]},If[IntegerQ[s],1,Min[ContinuedFraction[s][[2]]]]==81]; Select[Range[5144000],cf81Q] (* _Harvey P. Dale_, Jul 10 2019 *)

%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 May 13 06:21 EDT 2024. Contains 372498 sequences. (Running on oeis4.)