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!)
A075285 Interprimes which are of the form s*prime, s=10. 1
30, 50, 170, 370, 590, 610, 730, 1370, 1390, 1910, 1990, 2290, 3310, 3730, 4010, 4990, 5410, 6070, 6590, 7190, 7870, 8770, 9470, 9970, 10610, 11090, 11810, 11930, 12970, 14470, 15230, 15310, 16270, 16570, 16990, 17330, 18790, 19130, 20110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Interprimes of the form s*prime are in A075277-A075296 ( s = 2 - 21 ). Case s=1 is impossible.
LINKS
EXAMPLE
370 is an interprime and 370/10 = 37 is prime.
MATHEMATICA
s=10; Select[Table[(Prime[n+1]+Prime[n])/2, {n, 2, 4000}], PrimeQ[ #/s]&]
Select[Mean/@Partition[Prime[Range[2500]], 2, 1], PrimeQ[#/10]&] (* Harvey P. Dale, Jun 24 2017 *)
CROSSREFS
Sequence in context: A365965 A307130 A228097 * A361668 A351540 A039349
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Sep 12 2002
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 25 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)