OFFSET
1,2
EXAMPLE
The sum of the digits of 11 is 2, the product is 1. 1*11 +
2 = 13 is a prime.
Therefore 11 is in the sequence.
MATHEMATICA
Select[Range[1000], PrimeQ[ #*Times@@IntegerDigits[ # ] + Plus@@IntegerDigits[ # ]]&]
CROSSREFS
KEYWORD
base,nonn,less
AUTHOR
J. M. Bergot, Jun 05 2007
EXTENSIONS
Edited and extended by Stefan Steinerberger, Jun 14 2007
STATUS
approved