OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
The sum of the digits of 19 is 10, the product of the digits is 9.
10*19 + 9 = 199 is a prime, therefore 19 is in the sequence.
MATHEMATICA
Select[Range[2000], PrimeQ[ #*Plus@@IntegerDigits[ # ] + Times@@IntegerDigits[ # ]]&]
CROSSREFS
KEYWORD
base,nonn,less
AUTHOR
J. M. Bergot, Jun 05 2007
EXTENSIONS
Edited, corrected and extended by Stefan Steinerberger, Jun 14 2007
STATUS
approved