Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #7 Oct 10 2019 13:42:45
%S 11,17,23,79,41,53,59,71,89,157,113,2503,131,331,373,179,307,337,499,
%T 367,239,251,269,293,709,311,751,547,1471,383,919,1783,419,449,757,
%U 787,491,503,521,7699,907,3631,967,593,599,6121,1117,683,2521,701,719,4099
%N Odd primes pq+2 arising in A126608.
%t f[n_] := Block[{p = Prime[n + 1], k = 1, r},While[r = Prime[k + 1]*p + 2; ! PrimeQ[r], k++ ];r];Table[f[n], {n, 52}] (* _Ray Chandler_, Feb 07 2007 *)
%Y Cf. A126608.
%K nonn,easy
%O 1,1
%A _N. J. A. Sloane_, Feb 06 2007
%E Extended by _Ray Chandler_, Feb 07 2007