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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A031674 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 86. 0
1850, 16909, 46681, 91253, 151402, 224797, 226697, 313769, 316013, 417541, 425329, 537578, 540514, 676045, 682637, 984593, 990554, 994538, 1158401, 1162709, 1171349, 1180021, 1182194, 1364953, 1374313, 1563341, 1568345, 1573357, 1780517, 1783186, 1785857 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
cfo86Q[n_]:=Module[{s=Sqrt[n], cf, len}, cf=If[IntegerQ[s], {0, 0}, ContinuedFraction[ s][[2]]]; len=Length[cf]; OddQ[len]&&cf[[(len+1)/2]] == 86]; Select[Range[1800000], cfo86Q] (* Harvey P. Dale, Jul 31 2013 *)
CROSSREFS
Sequence in context: A062670 A206468 A031764 * A031541 A031721 A224567
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by Harvey P. Dale, Jul 31 2013
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 July 5 21:43 EDT 2024. Contains 374029 sequences. (Running on oeis4.)