OFFSET
1,1
MATHEMATICA
p96Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Length[ ContinuedFraction[ s][[2]]]]==96]; Select[Range[14000], p96Q] (* Harvey P. Dale, Apr 02 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved