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.
%I A075286 #6 Mar 30 2012 17:26:03 %S A075286 473,803,1243,2453,5093,9097,16753,17897,18953,22297,26147,26807, %T A075286 27247,28369,32197,35387,36773,38797,42163,44803,49423,53933,60533, %U A075286 66077,66319,66803,68189,68233,69157,69773,72083,72347,79343,80663 %N A075286 Interprimes which are of the form s*prime, s=11. %C A075286 Interprimes of the form s*prime are in A075277-A075296 ( s = 2 - 21 ). Case s=1 is impossible. %e A075286 1243 is an interprime and 1243/11 = 113 is prime. %t A075286 s=11; Select[Table[(Prime[n+1]+Prime[n])/2, {n, 2, 4000}], PrimeQ[ #/s]&] %Y A075286 Cf. A075277-A075296. %K A075286 easy,nonn %O A075286 1,1 %A A075286 _Zak Seidov_, Sep 12 2002