login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A075292
Interprimes which are of the form s*prime, s=17.
1
34, 1003, 1207, 5933, 6613, 6749, 10217, 10897, 18547, 18649, 22117, 23137, 23239, 25177, 34493, 38267, 40477, 43469, 44047, 49351, 54553, 58973, 60503, 62441, 66623, 67813, 71893, 76619, 79543, 80257, 80903, 85153, 86683, 87601, 89437
OFFSET
1,1
COMMENTS
Interprimes of the form s*prime are in A075277-A075296 ( s = 2 - 21 ). Case s=1 is impossible.
LINKS
EXAMPLE
1207 is an interprime and 1207/17 = 71 is prime.
MATHEMATICA
s=17; Select[Table[(Prime[n+1]+Prime[n])/2, {n, 2, 4000}], PrimeQ[ #/s]&]
Select[Mean[#]&/@Partition[Prime[Range[9000]], 2, 1], PrimeQ[#/17]&] (* Harvey P. Dale, Apr 06 2016 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Sep 12 2002
STATUS
approved