OFFSET
1,1
MATHEMATICA
ct99Q[n_]:=Module[{s=Sqrt[n], cf, len}, cf=If[IntegerQ[s], {1, 1}, ContinuedFraction[ s][[2]]]; len=Length[cf]; OddQ[len] && cf[[Floor[ len/2]]] == cf[[Ceiling[len/2]]]==99]; Select[Range[2063000], ct99Q] (* Harvey P. Dale, Oct 09 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
First term 9802 removed by Georg Fischer, Jun 16 2019
STATUS
approved