OFFSET
1,1
COMMENTS
a(n) = 529n^2 + n for n < 49, but a(49) = 1221072. - Charles R Greathouse IV, Aug 04 2017
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
lt46Q[n_]:=Module[{s=Sqrt[n]}, !IntegerQ[s]&&Min[ContinuedFraction[s][[2]]]==46]; Select[Range[550000], lt46Q] (* Harvey P. Dale, Jul 13 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved