OFFSET
1,1
MATHEMATICA
ct49Q[n_]:=Module[{s=Sqrt[n], cf, len}, cf=ContinuedFraction[s]; If[IntegerQ[ s], len=2, len=Length[cf[[2]]]]; OddQ[len]&&cf[[2]][[(len+1)/2]]==49]; Select[ Range[600000], ct49Q] (* Harvey P. Dale, Sep 19 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by Harvey P. Dale, Sep 19 2014
STATUS
approved