OFFSET
1,1
MATHEMATICA
cf37Q[n_]:=Module[{s=Sqrt[n], cf, len}, cf=If[IntegerQ[s], {1, 1}, ContinuedFraction[ s][[2]]]; len=Length[cf]; OddQ[len]&&cf[[(len+1)/2]] == 37]; Select[Range[350000], cf37Q] (* Harvey P. Dale, Jun 11 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended, and definition clarified, by Harvey P. Dale, Jun 11 2019
STATUS
approved