OFFSET
1,1
COMMENTS
There is no other term up to 15000000.
a(7) > 10^12. [Donovan Johnson, Mar 26 2010]
There are no other terms < 10^44. - Chai Wah Wu, Aug 12 2017
LINKS
C. Rivera, Puzzle 279The Prime Puzzles & Problems connection.
EXAMPLE
1637682 is in the sequence because 1637682=
P(1)*P(6)*P(3)*P(7)*P(6)*P(8)*P(2)+(P(1)+P(6)+P(3)+P(7)+P(6)+P(8)+P(2)).
MATHEMATICA
Do[h=IntegerDigits[n]; l=Length[h]; If[ !MemberQ[h, 0]&&n==Product[Prime[h[[k]]], {k, l}]+Sum[Prime[h[[k]]], {k, l}], Print[n]], {n, 15000000}]
CROSSREFS
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, Oct 29 2004
EXTENSIONS
Definition corrected by D. S. McNeil, Mar 14 2009
a(6) from Donovan Johnson, Mar 26 2010
STATUS
approved