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

%I #16 Jul 15 2021 01:46:51

%S 101,402,903,1604,2505,3606,4907,6408,8109,10010,12111,14412,16913,

%T 19614,22515,25616,28917,32418,36119,40020,44121,48422,48862,52923,

%U 57624,62525,67626,72927,78428,84129,90030,96131,102432,108933,115634,122535,129636

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

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

%t Select[Range[200000],!IntegerQ[Sqrt[#]]&&Min[ContinuedFraction[Sqrt[#]][[2]]]==20&] (* _Vincenzo Librandi_, Feb 06 2012 *)

%Y Different from A055438.

%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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)