OFFSET
1,1
MATHEMATICA
p63Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 0, Length[ContinuedFraction[s] [[2]]]] == 63]; Select[Range[30000], p63Q] (* Harvey P. Dale, Apr 17 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved