Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #7 May 13 2013 01:54:09
%S 1129,1327,1669,2179,2477,3137,3229,3469,3739,4177,4297,4759,4831,
%T 5119,5237,5351,5449,5591,5749,5953,6397,6491,6737,6917,7079,7129,
%U 7253,7369,7759,7963,8329,8389,8467,8893,9067,9349,9439,9551,9973,10009,10039
%N Numbers appearing in A122072 at least three times.
%C Necessary condition: p is followed by a prime gap of at least 22. Sufficient condition: p is followed by a prime gap of at least 30. [_Charles R Greathouse IV_, Feb 26 2012]
%H Charles R Greathouse IV, <a href="/A122384/b122384.txt">Table of n, a(n) for n = 1..10000</a>
%F a(n) ~ n log n since this sequence contains almost all primes. [_Charles R Greathouse IV_, Feb 26 2012]
%o (PARI) p=2;forprime(q=3,1e5,if(q\10-p\10>2,print1(p", "));p=q) \\ _Charles R Greathouse IV_, Feb 26 2012
%Y Cf. A122091, A122072.
%K nonn
%O 1,1
%A _Zak Seidov_, Oct 19 2006