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!)
A253297 Primes p for which some multiple k*p > 2*p appears before p does in A098550. 3
5, 7, 13, 17, 23, 29, 41, 67, 83, 97 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It is conjectured (see A098550) that there are no more terms of the sequence.
Corresponding indices in A098550 are {9, 15, 23, 30, 51, 61, 87, 142, 175, 204}; indices in A000040 are {3, 4, 6, 7, 9, 10, 13, 19, 23, 25}.
A098550(A098551(a(n)) - 2) / a(n) > 2. - Reinhard Zumkeller, Dec 30 2014
LINKS
PROG
(Haskell)
a253297 n = a253297_list !! (n-1)
a253297_list = f a098550_list where
f (u:vs@(_:v:_)) = if a010051' v == 1 && div u v > 2
then v : f vs else f vs
-- Reinhard Zumkeller, Dec 30 2014
CROSSREFS
Cf. A098550.
Sequence in context: A216690 A095283 A317543 * A163385 A368277 A358313
KEYWORD
nonn
AUTHOR
L. Edson Jeffery, Dec 29 2014
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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)