OFFSET
1,1
COMMENTS
a(n) = 1156n^2 + n for n < 71, but a(71) = 5669230. - Charles R Greathouse IV, Aug 04 2017
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
lt68Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Min[ContinuedFraction[s][[2]]]==68]]; Select[Range[12*10^5], lt68Q] (* Harvey P. Dale, Jun 07 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved