OFFSET
1,1
MATHEMATICA
cf76Q[n_]:=Module[{s=Sqrt[n], len}, If[IntegerQ[s], len=1, len= Length[ ContinuedFraction[ s][[2]]]]; len==76]; Select[Range[15000], cf76Q] (* Harvey P. Dale, Apr 16 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved