OFFSET
1,1
MATHEMATICA
cf15Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ContinuedFraction[ s] [[2]], 1]]==15]; Select[Range[27000], cf15Q] (* Harvey P. Dale, May 09 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved