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!)
A229288 Least k such that the numerator of the continued fraction [2,..,2,k] (n 2s) is prime. 1
1, 1, 1, 1, 3, 1, 1, 5, 2, 15, 2, 13, 6, 3, 1, 5, 3, 1, 5, 13, 12, 55, 6, 97, 6, 9, 2, 1, 5, 39, 28, 7, 14, 31, 11, 83, 21, 51, 2, 31, 30, 51, 4, 7, 3, 1, 40, 37, 21, 27, 2, 95, 15, 9, 14, 5, 2, 1, 11, 107, 6, 51, 18, 31, 9, 13, 13, 13, 9, 81, 7, 90, 13, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
EXAMPLE
The numerators of the continued fraction [2,2,2,2,2,k] for k=1,2,3 are 99,169,239; the first two are not prime and 239 is, so a(5) = 3.
MATHEMATICA
z = 160; c[n_, k_] := Join[ContinuedFraction[1 + Sqrt[2], n], {k}]; x[n_, k_] := Numerator[FromContinuedFraction[c[n, k]]]; t[n_] := Table[x[n, k], {k, 1, z}]; u = Table[First[Select[t[n], PrimeQ]], {n, 1, z}]; Flatten[Table[Position[t[n], u[[n]]], {n, 1, z}]]
CROSSREFS
Sequence in context: A021325 A174609 A280533 * A181109 A152720 A131247
KEYWORD
nonn,cofr
AUTHOR
Clark Kimberling, Sep 19 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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)