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