OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
cf14Q[n_]:=Module[{s=Sqrt[n], cf, len}, cf=If[IntegerQ[s], {1}, ContinuedFraction[s][[2]]]; len=Length[cf]; EvenQ[len]&&cf[[len/2]]==14]; Select[Range[2000], cf14Q] (* Harvey P. Dale, Apr 04 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved