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!)
A031718 Numbers k such that the least term in the periodic part of the continued fraction for sqrt(k) is 40. 1
401, 1602, 3603, 6404, 10005, 14406, 19607, 25608, 32409, 40010, 48411, 57612, 67613, 78414, 90015, 102416, 115617, 129618, 144419, 160020, 176421, 193622, 211623, 230424, 250025, 270426, 291627, 313628, 336429, 360030, 384431, 409632, 435633, 462434, 490035, 518436, 547637, 577638, 608439, 640040, 672441, 705642 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
cf40Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Min[ContinuedFraction[s][[2]]]]==40]; Select[Range[706000], cf40Q] (* Harvey P. Dale, Aug 20 2020 *)
CROSSREFS
Sequence in context: A158313 A094614 A104926 * A102324 A156785 A031628
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(33)-a(42) from Charles R Greathouse IV, Aug 03 2017
STATUS
approved

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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)