OFFSET
1,1
MATHEMATICA
cf20Q[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]]] ==20]; Select[ Range[ 130000], cf20Q] (* Harvey P. Dale, Sep 18 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
First term 401 removed by Georg Fischer, Jun 16 2019
STATUS
approved