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 13.
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”).
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 13.
proposed
approved
editing
proposed
Subsequence of A003814.
proposed
editing
editing
proposed
Numbers n k such that the continued fraction for sqrt(nk) has odd period and central terms 13.
approved
editing
editing
approved
cf13Q[n_]:=Module[{per=ContinuedFraction[Sqrt[n]][[2]]}, OddQ[Length[ per]]&&per[[Floor[Length[per]/2]+1]]==13]; nn=43000; With[{terms = Complement[Range[nn], Range[Floor[Sqrt[nn]]]^2]}, Select[terms, cf13Q]] (* From _Harvey P. Dale, _, Nov 23 2011 *)
Corrected by _Harvey P. Dale, _, Nov 23 2011
approved
editing
_David W. Wilson (davidwwilson(AT)comcast.net)_
proposed
approved