OFFSET
1,1
MATHEMATICA
cf91Q[n_]:=Module[{s=Sqrt[n], cf, len}, cf=If[IntegerQ[s], {1}, ContinuedFraction[ s]][[2]]; len=Length[cf]; EvenQ[len]&&cf[[len/2]]==91]; Select[Range[34000], cf91Q]//Quiet (* Harvey P. Dale, Feb 01 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved