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!)
A094124 First prime in prime(p) - n, where p is prime and n is even. 0
3, 7, 5, 3, 7, 5, 3, 43, 13, 11, 19, 7, 5, 3, 11, 179, 7, 5, 3, 19, 17, 23, 13, 11, 17, 7, 5, 3, 373, 7, 5, 3, 17, 41, 13, 11, 53, 7, 5, 3, 97, 43, 23, 103, 19, 17, 97, 13, 11, 79, 7, 5, 3, 19, 17, 67, 13, 11, 61, 7, 5, 3, 31, 29, 61, 47, 23, 43, 19, 17, 37, 13, 11, 31, 7, 5, 3, 23, 53 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Conjecture: This sequence, extended to infinity, contains all odd primes.
LINKS
EXAMPLE
Prime(7) - 16 = 1 not prime
Prime(11)- 16 = 15 not prime
Prime(13)- 16 = 25 not prime
Prime(17)- 16 = 43 prime
PROG
(PARI) a(n, m) = { forstep(j=2, m, 2, forprime(x=2, n, y=prime(x)- j; if(isprime(y), print1(y", "); break) ) ) }
CROSSREFS
Sequence in context: A210641 A021910 A331632 * A141519 A228000 A029946
KEYWORD
nonn
AUTHOR
Cino Hilliard, May 31 2004
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 August 31 19:25 EDT 2024. Contains 375573 sequences. (Running on oeis4.)