login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A031545
Numbers k such that the continued fraction for sqrt(k) has even period and if the last term of the periodic part is deleted the central term is 47.
0
2211, 2227, 2231, 2239, 2243, 2251, 2263, 2267, 2283, 2287, 2311, 2339, 2347, 2351, 2363, 2371, 2383, 2399, 8840, 8864, 8872, 8896, 8936, 8960, 9032, 9056, 9088, 9160, 9256, 9320, 9344, 9376, 9440, 9448, 9472, 9512, 9536, 9600, 19887, 19959, 20031
OFFSET
1,1
MATHEMATICA
cf47Q[n_]:=Module[{s=Sqrt[n], cf, len}, cf=If[IntegerQ[s], {1}, ContinuedFraction[ s] [[2]]]; len=Length[cf]; EvenQ[len]&&cf[[len/2]] == 47]; Select[Range[21000], cf47Q] (* Harvey P. Dale, Apr 07 2018 *)
CROSSREFS
Sequence in context: A031772 A374271 A305880 * A191679 A349098 A238456
KEYWORD
nonn
STATUS
approved