OFFSET
1,1
MATHEMATICA
cf56Q[n_]:=Module[{s=Sqrt[n], cf}, cf=If[IntegerQ[s], {1}, ContinuedFraction[ s][[2]]]; EvenQ[Length[cf]]&&cf[[Length[cf]/2]]==56]; Select[ Range[ 7600], cf56Q] (* Harvey P. Dale, Apr 28 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved