OFFSET
1,1
COMMENTS
a(n) = 576n^2 + n for n < 51, but a(51) = 1442450. - Charles R Greathouse IV, Aug 04 2017
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
cf48Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Min[ContinuedFraction[s][[2]]]]==48]; Select[Range[600000], cf48Q] (* Harvey P. Dale, May 09 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved