login
A173032
Primes having no representation of the form n -+ Omega(n), where Omega is A001222.
1
29, 61, 137, 149, 197, 349, 457, 523, 569, 619, 659, 1091, 1153, 1303, 1483, 1549, 1723, 1861, 1873, 2339, 2347, 2377, 2593, 2753, 2851, 3121, 3169, 3257, 3323, 3391, 3469, 3539, 4051, 4177, 4373, 4423, 4483, 4547, 4691, 4799, 4877, 4933, 4943, 5101, 5237
OFFSET
1,1
COMMENTS
Intersection of A069350 and A069351.
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) is(n)=for(k=1, log(n)\log(2)+1, if(bigomega(n+k)==k||bigomega(n-k)==k, return(0))); isprime(n) \\ Charles R Greathouse IV, Dec 10 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved