OFFSET
1,1
COMMENTS
The continued fraction expansion of sqrt((k*m)^2+t*m) for m >= 1 where t divides 2*k has the form [k*m, 2*k/t, 2*k*m, 2*k/t, 2*k*m, ...]. Thus numbers of the form (16*m)^2 + m for m >= 1 are in the sequence. Are there any others? - Chai Wah Wu, Jun 18 2016
The term 297058 is not of the form (16*m)^2 + m. - Chai Wah Wu, Jun 19 2016
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000 (first 209 terms from Vincenzo Librandi)
MATHEMATICA
Select[Range[10^4], !IntegerQ[Sqrt[#]] && Min[ContinuedFraction[Sqrt[#]][[2]]] == 32 &] (* Vincenzo Librandi, Jun 20 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by Charles R Greathouse IV, Aug 09 2010
Incorrect formula and comment removed by Vincenzo Librandi, Jan 09 2012
a(34) from Charles R Greathouse IV, Aug 02 2017
STATUS
approved