OFFSET
1,1
COMMENTS
16*m^2 + m for m >= 1 are terms of this sequence (see comment in A031742). The first term that is not of this form is a(11) = 1690. - Chai Wah Wu, Jun 19 2016
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000 (first 200 from Vincenzo Librandi)
MATHEMATICA
Select[Range[20000], !IntegerQ[Sqrt[#]] && Min[ContinuedFraction[Sqrt[#]][[2]]] == 8&] (* Vincenzo Librandi, Feb 07 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved