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!)
A340750 Primes p such that the number of primes that divide p-q for at least one prime q < p is prime. 1
5, 7, 11, 29, 43, 53, 89, 109, 113, 127, 131, 173, 179, 181, 199, 263, 311, 379, 419, 433, 443, 449, 461, 467, 479, 523, 571, 577, 593, 601, 613, 631, 653, 709, 719, 733, 739, 757, 811, 823, 829, 853, 929, 937, 967, 971, 1019, 1031, 1049, 1153, 1181, 1321, 1381, 1399, 1409, 1439, 1451, 1453, 1459 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that A340743(A000720(p)) is prime.
LINKS
EXAMPLE
a(3) = 11 is a term because there are 2 primes that divide at least one of 11-2 = 9, 11-3 = 8, 11-5 = 6 and 11-7 = 4, namely 2 and 3, and 2 is prime.
MAPLE
filter:= proc(n) local L, P, i, t;
L:= [seq(ithprime(n)-ithprime(i), i=1..n-1)];
P:= `union`(seq(numtheory:-factorset(t), t=L));
isprime(nops(P))
end proc:
map(ithprime, select(filter, [$1..1000]));
CROSSREFS
Sequence in context: A157437 A213677 A330775 * A031134 A144231 A050299
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Jan 19 2021
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 May 2 11:31 EDT 2024. Contains 372196 sequences. (Running on oeis4.)