A069351 Primes having no representation of the form n + A001222(n), complement of A069348.
2, 5, 7, 13, 19, 29, 43, 61, 83, 103, 107, 109, 137, 149, 197, 227, 263, 281, 283, 347, 349, 353, 389, 443, 457, 467, 479, 523, 541, 563, 569, 571, 587, 619, 643, 647, 653, 659, 677, 743, 761, 797, 811, 821, 827, 863, 883, 937
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A069350.
Programs
-
PARI
is(n)=for(k=1,log(n+.5)\log(2),if(bigomega(n-k)==k, return(0))); isprime(n) \\ Charles R Greathouse IV, Dec 10 2013
Comments