OFFSET
1,1
MATHEMATICA
cf73Q[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]]==73]; Select[Range[15*10^5], cf73Q] (* Harvey P. Dale, Oct 10 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended and definition clarified by Harvey P. Dale, Oct 10 2017
STATUS
approved