OFFSET
1,1
MATHEMATICA
cf84Q[n_]:=Module[{s=Sqrt[n], c, len}, c=If[IntegerQ[s], {0, 0}, ContinuedFraction[ s][[2]]]; len=Length[c]; OddQ[len]&&c[[(len+1)/2]] == 84]; Select[Range[2*10^6], cf84Q] (* Harvey P. Dale, Jul 31 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by Harvey P. Dale, Jul 31 2016
STATUS
approved