OFFSET
1,1
MATHEMATICA
cf32Q[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]]] == 32]; Select[ Range[254000], cf32Q] (* Harvey P. Dale, May 01 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
First term 1025 removed by Georg Fischer, Jun 16 2019
STATUS
approved