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

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
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
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
Sequence in context: A202402 A206469 A031583 * A272160 A093224 A253529
KEYWORD
nonn
STATUS
approved