OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000 (first 112 terms from Vincenzo Librandi)
MATHEMATICA
cfmt31Q[n_]:=Module[{s=Sqrt[n]}, !IntegerQ[s]&&Min[ContinuedFraction[s][[2]]]==31]; Select[Range[1000000], cfmt31Q] (* Harvey P. Dale, Jul 12 2014 *)
Select[Range[10^7], !IntegerQ[Sqrt[#]] && Min[ContinuedFraction[Sqrt[#]] [[2]]] == 31 & ] (* Vincenzo Librandi, Jun 21 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved