OFFSET
1,1
MATHEMATICA
cf77Q[n_]:=Module[{s=Sqrt[n], cf, len}, cf=If[IntegerQ[s], {1}, ContinuedFraction[ s][[2]]]; len=Length[cf]; EvenQ[len] && cf[[len/2]] == 77]; Select[Range[25000], cf77Q] (* Harvey P. Dale, Oct 13 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved