OFFSET
1,1
COMMENTS
All terms of this sequence are even. Next term (if it exists) is greater than 25000000.
EXAMPLE
149868 is in the sequence because 149868=149717+151=P(1*4*9*8*6*8)+P(1+4+9+8+6+8).
MATHEMATICA
Do[h=IntegerDigits[n]; l=Length[h]; If[ !MemberQ[h, 0]&& n==Prime[Product[h[[k]], {k, l}]]+Prime[Sum[h[[k]], {k, l}]], Print[n]], {n, 25000000}]
CROSSREFS
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, Oct 08 2004
STATUS
approved