OFFSET
1,1
MATHEMATICA
cfop97Q[n_]:=Module[{s=Sqrt[n], cf, len}, If[IntegerQ[s], cf={1, 1}, cf = ContinuedFraction[s][[2]]]; len=Length[cf]; OddQ[len]&&cf[[ (len+1)/2]] ==97]; Select[Range[2*10^6], cfop97Q] (* Harvey P. Dale, Dec 16 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by Harvey P. Dale, Dec 16 2014
STATUS
approved