OFFSET
1,1
REFERENCES
Kenneth H. Rosen, Elementary Number Theory and Its Applications, Addison-Wesley, 1984, page 426 (but beware of errors!).
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
MATHEMATICA
cf1Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], False, FreeQ[ ContinuedFraction[ s][[2]], 1]]]; Select[Range[250], cf1Q] (* Harvey P. Dale, Jun 06 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved