login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A031679 Numbers k such that the continued fraction for sqrt(k) has odd period and if the last term of the periodic part is deleted the two central terms are both 91. 0
52009, 169825, 170650, 252125, 350633, 466714, 474946, 600914, 604018, 605573, 757261, 760745, 914377, 925885, 929737, 1098833, 1103029, 1109338, 1113554, 1117778, 1297946, 1302506, 1304789, 1313941, 1316234, 1318529, 1320826 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
cf91Q[n_]:=Module[{s=Sqrt[n], cf, len}, cf=If[IntegerQ[s], {1, 1}, ContinuedFraction[ s][[2]]]; len=Length[cf]; OddQ[len]&&cf[[(len+1)/2]] == 91]; Select[Range[14*10^5], cf91Q] (* Harvey P. Dale, Sep 23 2018 *)
CROSSREFS
Sequence in context: A253996 A258906 A234181 * A234679 A191303 A291869
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by Harvey P. Dale, Sep 23 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 2 13:03 EST 2023. Contains 367517 sequences. (Running on oeis4.)