OFFSET
1,1
COMMENTS
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..1000
Eric Weisstein's World of Mathematics, Rhonda Number
EXAMPLE
The first term in A099542 is 1568. The sum of its prime factors is 24.
MATHEMATICA
rnQ[n_]:=Times@@IntegerDigits[n]==10Total[Times@@@FactorInteger[n]]; Times@@IntegerDigits[#]/10&/@ Select[Range[350000], rnQ] (* Harvey P. Dale, Mar 13 2011 *)
PROG
(Haskell)
a099543 = a001414 . a099542 -- Reinhard Zumkeller, Dec 01 2012
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Mark Hudson (mrmarkhudson(AT)hotmail.com), Oct 21 2004
EXTENSIONS
More terms from Harvey P. Dale, Mar 13 2011.
STATUS
approved