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!)
A309671 Primes prime(m) such that G = prime(m-1)# - prime(m) is prime. 0
7, 11, 13, 17, 23, 83, 89, 97, 151, 373, 433, 857, 4013, 8821, 12959 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
G = prime(n-1)# - prime(n) where G is a prime is a special case of A090188 where (k=1).
LINKS
EXAMPLE
7 is a term because 23 = 2*3*5 - 7 is prime.
PROG
(PARI) primo(p) = my(ip=primepi(p)); factorback(primes(ip)); \\ A002110
isok(p) = isprime(p) && isprime(primo(precprime(p-1)) - p);
CROSSREFS
Sequence in context: A103485 A191079 A279190 * A073704 A040108 A038931
KEYWORD
nonn,more
AUTHOR
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)