OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
lt75Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 0, Min[ContinuedFraction[s][[2]]]]==75]; Select[Range[5*10^6], lt75Q] (* Harvey P. Dale, Jan 30 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved