reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
Complement of Primes not in A048520.
approved
editing
proposed
approved
editing
proposed
19 is in the list since there exists no prime p such that p+digit sum of p = 19.
l1primeList = Prime[Range[81]]; Complement[l1, primeList, Sort[Select[Table[p + Total[IntegerDigits[p]], {p, l1 primeList}], PrimeQ]]]
proposed
editing
editing
proposed
allocated for Jayanta BasuPrimes not expressible as the sum of a prime and its digit sum.
2, 3, 5, 7, 11, 19, 23, 31, 37, 41, 43, 53, 59, 67, 71, 89, 97, 101, 109, 127, 131, 139, 149, 151, 157, 167, 179, 193, 197, 199, 211, 223, 227, 229, 233, 239, 251, 257, 263, 269, 277, 283, 311, 313, 331, 337, 347, 349, 353, 359, 367, 373, 379, 389, 401, 419
1,1
Complement of A048520.
19 is in the list since there exists no prime p such that p+digit sum of p=19.
l1=Prime[Range[81]]; Complement[l1, Sort[Select[Table[p+Total[IntegerDigits[p]], {p, l1}], PrimeQ]]]
allocated
nonn,base
Jayanta Basu, May 03 2013
approved
editing
allocated for Jayanta Basu
recycled
allocated