|
|
A031763
|
|
Numbers k such that the least term in the periodic part of the continued fraction for sqrt(k) is 85.
|
|
1
|
|
|
7227, 28904, 65031, 115608, 180635, 260112, 354039, 462416, 585243, 722520, 874247, 1040424, 1221051, 1416128, 1625655, 1849632, 2088059, 2340936, 2608263, 2890040, 3186267, 3496944, 3822071, 4161648, 4515675, 4884152, 5267079, 5664456
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
|
|
MATHEMATICA
|
lt85Q[n_]:=Module[{sr=Sqrt[n]}, If[IntegerQ[sr], False, Min[ ContinuedFraction[ sr][[2]]]==85]]; Select[Range[5700000], lt85Q] (* Harvey P. Dale, Apr 18 2014 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|