OFFSET
1,1
COMMENTS
Primes not in A048520.
EXAMPLE
19 is in the list since there exists no prime p such that p+digit sum of p = 19.
MATHEMATICA
primeList = Prime[Range[81]]; Complement[primeList, Sort[Select[Table[p + Total[IntegerDigits[p]], {p, primeList}], PrimeQ]]]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Jayanta Basu, May 03 2013
STATUS
approved