OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
cf80Q[n_]:=With[{s=Sqrt[n]}, If[IntegerQ[s], 1, Min[ContinuedFraction[s][[2]]]]==80]; Select[Range[ 1450000], cf80Q] (* Harvey P. Dale, Dec 03 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved