|
|
A031746
|
|
Numbers k such that the least term in the periodic part of the continued fraction for sqrt(k) is 68.
|
|
1
|
|
|
1157, 4626, 10407, 18500, 28905, 41622, 56651, 73992, 93645, 115610, 139887, 166476, 195377, 226590, 260115, 295952, 334101, 374562, 417335, 462420, 509817, 559526, 611547, 665880, 722525, 781482, 842751, 906332, 972225, 1040430, 1110947
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
|
|
LINKS
|
|
|
MATHEMATICA
|
lt68Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Min[ContinuedFraction[s][[2]]]==68]]; Select[Range[12*10^5], lt68Q] (* Harvey P. Dale, Jun 07 2018 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|