A069350 Primes having no representation of the form n - A001222(n), complement of A069346.
3, 11, 29, 59, 61, 71, 79, 97, 101, 137, 149, 173, 191, 193, 197, 223, 229, 269, 271, 277, 331, 349, 383, 397, 419, 421, 457, 461, 523, 569, 613, 619, 659, 661, 673, 709, 733, 757, 773, 809, 853, 857, 859, 881, 907, 997
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A069351.
Programs
-
PARI
is(n)=for(k=1, log(n)\log(2)+1, if(bigomega(n+k)==k, return(0))); isprime(n) \\ Charles R Greathouse IV, Dec 10 2013
Comments