%I #18 Aug 07 2017 17:16:50
%S 26,102,228,404,630,906,1232,1608,2034,2510,3036,3612,3732,4238,4914,
%T 5640,6416,7242,8118,9044,10020,11046,11257,12122,13248,14424,15650,
%U 16150,16926,18252,19628,21054,22530,24056,25632,27258,28934
%N Least term in period of continued fraction for sqrt(n) is 10.
%H Charles R Greathouse IV, <a href="/A031434/b031434.txt">Table of n, a(n) for n = 1..10000</a>
%t Select[Range[30000],!IntegerQ[Sqrt[#]]&&Min[ContinuedFraction[Sqrt[#]][[2]]]==10&] (* _Vincenzo Librandi_, Jan 27 2012 *)
%K nonn
%O 1,1
%A _David W. Wilson_