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!)
A075288 Interprimes (A024675) which are of the form s*prime, s=13. 1

%I #14 Jul 28 2017 09:56:38

%S 26,39,1313,4771,7033,9607,11947,12233,14963,15613,18707,20527,24323,

%T 26507,27443,30823,31057,33917,36257,43277,45383,48061,48347,48997,

%U 52039,57083,61477,66547,75283,75491,77207,83863,84383,85787,86567

%N Interprimes (A024675) which are of the form s*prime, s=13.

%C Interprimes of the form s*prime are in A075277-A075296 ( s = 2 - 21 ). Case s=1 is impossible.

%H David A. Corneth, <a href="/A075288/b075288.txt">Table of n, a(n) for n = 1..10001</a>

%e 1313 is an interprime and 1313/13 = 101 is prime.

%t s=13; Select[Table[(Prime[n+1]+Prime[n])/2, {n, 2, 4000}], PrimeQ[ #/s]&]

%t Select[Mean/@Partition[Prime[Range[2,8500]],2,1],PrimeQ[#/13]&] (* _Harvey P. Dale_, Apr 29 2012 *)

%o (PARI) first(n) = {my(res = List(), p); forprime(p=2, oo, if(precprime(13*p) + nextprime(13*p) == 26*p, listput(res, 13*p); if(#res>=n, return(res))))} \\ _David A. Corneth_, Jul 26 2017

%Y Cf. A024675, A075277-A075296.

%K easy,nonn

%O 1,1

%A _Zak Seidov_, Sep 12 2002

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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)