cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A075292 Interprimes which are of the form s*prime, s=17.

This page as a plain text file.
%I A075292 #10 Apr 06 2016 08:48:38
%S A075292 34,1003,1207,5933,6613,6749,10217,10897,18547,18649,22117,23137,
%T A075292 23239,25177,34493,38267,40477,43469,44047,49351,54553,58973,60503,
%U A075292 62441,66623,67813,71893,76619,79543,80257,80903,85153,86683,87601,89437
%N A075292 Interprimes which are of the form s*prime, s=17.
%C A075292 Interprimes of the form s*prime are in A075277-A075296 ( s = 2 - 21 ). Case s=1 is impossible.
%H A075292 Harvey P. Dale, <a href="/A075292/b075292.txt">Table of n, a(n) for n = 1..1000</a>
%e A075292 1207 is an interprime and 1207/17 = 71 is prime.
%t A075292 s=17; Select[Table[(Prime[n+1]+Prime[n])/2, {n, 2, 4000}], PrimeQ[ #/s]&]
%t A075292 Select[Mean[#]&/@Partition[Prime[Range[9000]],2,1],PrimeQ[#/17]&] (* _Harvey P. Dale_, Apr 06 2016 *)
%Y A075292 Cf. A075277-A075296.
%K A075292 easy,nonn
%O A075292 1,1
%A A075292 _Zak Seidov_, Sep 12 2002