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”).

A020360
Numbers k such that the continued fraction for sqrt(k) has period 21.
0
181, 277, 394, 397, 409, 433, 641, 809, 953, 1217, 1277, 1489, 1637, 1861, 2089, 2146, 2257, 2314, 2393, 2425, 2693, 2762, 2825, 3098, 3425, 3977, 3989, 4777, 5165, 5237, 5669, 5785, 6122, 6610, 7045, 7306, 7673, 7717, 7738, 7946, 8146, 8938, 9010, 9250
OFFSET
1,1
MATHEMATICA
cf21Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Length[ ContinuedFraction[ s][[2]]]]==21]; Select[Range[10000], cf21Q] (* Harvey P. Dale, Sep 22 2019 *)
CROSSREFS
Sequence in context: A330366 A107694 A142312 * A238670 A168473 A142920
KEYWORD
nonn
STATUS
approved